You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.