Changes in version 0.9.3 (2024-09-19) o Windows: update to libssh 0.11.0 o Remove some test verbosity o Update maintainer email address Changes in version 0.9.2 (2024-08-17) o Fix protect warning from rchk Changes in version 0.9.1 (2023-10-16) o Windows: fix pthread linking Changes in version 0.9.0 (2023-09-25) o Windows: add arm libs Changes in version 0.8.3 (2023-06-29) o Windows: update to libssh 0.10.5 o scp_upload() now copies the file mode permissions similar to scp -p o ssh_session_info() now works for disconnected sessions Changes in version 0.8.2 (2022-10-18) o Fix strict-prototypes warnings Changes in version 0.8.1 (2022-09-24) o Silence libssh deprecation warning about SCP (we still want to support it) Changes in version 0.8.0 (2021-05-03) o Windows/MacOS: update to libssh 0.9.5 Changes in version 0.7.0 (2020-07-21) o Allow for @ in usernames in host spec o Print libssh version during CMD check o Bug fixes and maintenance thingies Changes in version 0.6 (2019-04-09) o Bugfix release: fix hardcoded string passwords Changes in version 0.5 (2019-03-27) o Import key management functions from the new 'credentials' package o Refactor password callback to avoid jumping on error o Fix a bug with reading the new openssh pem keys o Disconnect session immediately on startup/authentication errors o Raise a warning when the GC collects an ssh session which is still connected. o Rename ssh_info() to ssh_session_info() o ssh_tunnel() now closes listen port when interrupted while waiting Changes in version 0.4 (2019-02-19) o Fix for security problem with latest openssh-server o Windows/Mac: update libssh to 0.8.6 o Use new 'askpass' package for password and passphrase prompts o Use new ssh_session_is_known_server() api on libssh 0.8 and up o Fix bug that would write key to known_hosts for each connection o Add support for parsing ipv6 ip-address Changes in version 0.3 (2018-10-07) o Windows/Mac: update libssh to 0.8.3 o Fix GCC 8 compiler warnings o Don't use deprecated function on libssh 0.8+ Changes in version 0.2 (2018-06-04) o Initial release