Class t.c.s.t.SSHClientTransport(transport.SSHClientTransport):

Part of twisted.conch.scripts.tkconch View Source View In Hierarchy

No class docstring
Method receiveError Undocumented
Method sendDisconnect Undocumented
Method receiveDebug Undocumented
Method verifyHostKey Returns a Deferred that gets a callback if it is a valid key, or
Method _cbVerifyHostKey Undocumented
Method connectionSecure Called when the encryption has been set up. Generally,

Inherited from SSHClientTransport:

Method connectionMade Called when a connection is made.
Method ssh_KEXINIT Undocumented
Method ssh_KEX_DH_GEX_GROUP Undocumented
Method _continueGEX_GROUP Undocumented
Method ssh_KEX_DH_GEX_REPLY Undocumented
Method _continueGEX_REPLY Undocumented
Method _keySetup Undocumented
Method _getKey Undocumented
Method ssh_NEWKEYS Undocumented
Method ssh_SERVICE_ACCEPT Undocumented
Method requestService Request that a service be run over this transport.

Inherited from SSHTransportBase (via SSHClientTransport):

Method connectionLost Called when the connection is shut down.
Method sendKexInit Undocumented
Method sendPacket Undocumented
Method getPacket Undocumented
Method dataReceived Called whenever data is received.
Method ssh_DISCONNECT Undocumented
Method ssh_IGNORE Undocumented
Method ssh_UNIMPLEMENTED Undocumented
Method ssh_DEBUG Undocumented
Method setService Undocumented
Method sendDebug Undocumented
Method sendIgnore Undocumented
Method sendUnimplemented Undocumented
Method receiveUnimplemented Undocumented
Method isEncrypted direction must be in ["out", "in", "both"]
Method isVerified direction must be in ["out", "in", "both"]
Method loseConnection Undocumented

Inherited from BaseProtocol (via SSHClientTransport, SSHTransportBase, Protocol):

Method makeConnection Make a connection to a transport and a server.
def receiveError(self, code, desc): (source)
Undocumented
def sendDisconnect(self, code, reason): (source)
Undocumented
def receiveDebug(self, alwaysDisplay, message, lang): (source)
Undocumented
def verifyHostKey(self, pubKey, fingerprint): (source)
Returns a Deferred that gets a callback if it is a valid key, or an errback if not.
ParametershostKey(type: str )
fingerprint(type: str )
Returns(type: Deferred )
def _cbVerifyHostKey(self, ans, pubKey, khHost, keyType): (source)
Undocumented
def connectionSecure(self): (source)
Called when the encryption has been set up. Generally, requestService() is called to run another service over the transport.
API Documentation for twisted, generated by pydoctor.