Closed GeoffAliro closed 9 months ago
In "connect_ssh" if the calls to either "invoke_subsystem" or "open_session" fail for some reason, the transport is still connected and is never cleaned up, because we never create the SshSessionSock or the Session object.
Thanks!
Released in 2.5.1
In "connect_ssh" if the calls to either "invoke_subsystem" or "open_session" fail for some reason, the transport is still connected and is never cleaned up, because we never create the SshSessionSock or the Session object.