GitPedia
Home/ropensci/ssh/Changelog
ropensci

ropensci/ssh

Native SSH client in R based on libssh

6 Releases
Latest: 5y ago
ssh 0.8.0v0.8.0Latest
jeroenjeroen·5y ago·May 4, 2021
GitHub

📋 Changes

  • Windows/MacOS: update to libssh 0.9.5
ssh 0.7.0v0.7.0
jeroenjeroen·5y ago·July 21, 2020
GitHub
ssh 0.6v0.6
jeroenjeroen·7y ago·April 9, 2019
GitHub

📋 Changes

  • Bugfix release: fix hardcoded string passwords
ssh 0.5v0.5
jeroenjeroen·7y ago·March 27, 2019
GitHub

📋 Changes

  • Import key management functions from the new 'credentials' package
  • Refactor password callback to avoid jumping on error
  • Fix a bug with reading the new openssh pem keys
  • Disconnect session immediately on startup/authentication errors
  • Raise a warning when the GC collects an ssh session which is still connected.
  • Rename ssh_info() to ssh_session_info()
  • ssh_tunnel() now closes listen port when interrupted while waiting
ssh 0.4v0.4
jeroenjeroen·7y ago·February 19, 2019
GitHub

📋 Changes

  • Fix for security problem with latest openssh-server
  • Windows/Mac: update libssh to 0.8.6
  • Use new 'askpass' package for password and passphrase prompts
  • Use new ssh_session_is_known_server() api on libssh 0.8 and up
  • Fix bug that would write key to known_hosts for each connection
  • Add support for parsing ipv6 ip-address
ssh 0.3v0.3
jeroenjeroen·7y ago·October 7, 2018
GitHub

📋 Changes

  • Windows/Mac: update libssh to 0.8.3
  • Fix GCC 8 compiler warnings
  • Don't use deprecated function on libssh 0.8+