twisted.conch.scripts.tkconch.SSHClientTransport(transport.SSHClientTransport)
class documentationtwisted.conch.scripts.tkconch
View Source
(View In Hierarchy)
Method | receiveError | Called when we receive a disconnect error message from the other side. |
Method | sendDisconnect | Send a disconnect message to the other side and then disconnect. |
Method | receiveDebug | Called when we receive a debug message from the other side. |
Method | verifyHostKey | Returns a Deferred that gets a callback if it is a valid key, or an errback if not. |
Method | connectionSecure | Called when the encryption has been set up. Generally, requestService() is called to run another service over the transport. |
Method | _cbVerifyHostKey | Undocumented |
Inherited from BaseProtocol (via SSHClientTransport, SSHTransportBase, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Inherited from BaseProtocol (via SSHClientTransport, SSHTransportBase, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Inherited from BaseProtocol (via SSHClientTransport, SSHTransportBase, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Inherited from BaseProtocol (via SSHClientTransport, SSHTransportBase, Protocol):
Method | makeConnection | Make a connection to a transport and a server. |
Called when the encryption has been set up. Generally, requestService() is called to run another service over the transport.