Part of twisted.conch.endpoints View Source View In Hierarchy
_NewConnectionHelper
implements _ISSHConnectionCreator
by establishing a brand new SSH connection, securing it, and
authenticating.Method | __init__ | Undocumented |
Method | secureConnection | Create and return a new SSH connection which has been secured and on which authentication has already happened. |
Method | cleanupConnection | Clean up the connection by closing it. The command running on the endpoint has ended so the connection is no longer needed. |
Class Method | _knownHosts |
Returns | A KnownHostsFile
instance pointed at the user's personal known hosts file. |
Returns | A Deferred
which fires with the ready-to-use connection or with a failure if something
prevents the connection from being setup, secured, or authenticated. |
Parameters | connection | The SSHConnection
to close. (type: SSHConnection ) |
immediate | Whether to close connection immediately. (type: bool .) |