parallel-ssh v1.9.0 Release Notes

Release Date: 2018-10-23 // over 5 years ago
  • ๐Ÿ”„ Changes

    • โœ‚ Removed libssh2 native library dependency in favour of bundled ssh2-python libssh2 library.
    • ๐Ÿ”„ Changed native client forward agent default behaviour to off due to incompatibility with certain SSH server implementations.
    • โž• Added keep-alive functionality to native client - defaults to 60 seconds. ParallelSSHClient(<..>, keepalive_seconds=<interval>) to configure interval, Set to 0 to disable.
    • โž• Added ~/.ssh/id_ecdsa default identity location to native client.