Skip to content

Releases: ropensci/ssh

ssh 0.8.0

04 May 14:39
Compare
Choose a tag to compare

ssh 0.8.0

  • Windows/MacOS: update to libssh 0.9.5

ssh 0.7.0

21 Jul 12:26
Compare
Choose a tag to compare
v0.7.0

Fix URLS

ssh 0.6

09 Apr 21:09
Compare
Choose a tag to compare

ssh 0.6

  • Bugfix release: fix hardcoded string passwords

ssh 0.5

27 Mar 14:09
Compare
Choose a tag to compare

ssh 0.5

  • 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.4

19 Feb 11:06
Compare
Choose a tag to compare

ssh 0.4:

  • 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.3

07 Oct 12:21
Compare
Choose a tag to compare

ssh 0.3:

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