Class t.c.s.t.SSHServerTransport(SSHTransportBase):

Part of twisted.conch.ssh.transport View Source View In Hierarchy

Undocumented
Method ssh_KEXINIT Undocumented
Method ssh_KEX_DH_GEX_REQUEST_OLD Undocumented
Method ssh_KEX_DH_GEX_REQUEST Undocumented
Method ssh_KEX_DH_GEX_INIT Undocumented
Method ssh_NEWKEYS Undocumented
Method ssh_SERVICE_REQUEST Undocumented
Method _keySetup Undocumented
Method _getKey Undocumented

Inherited from SSHTransportBase:

Method connectionLost Called when the connection is shut down.
Method connectionMade Called when a connection is made.
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 sendDisconnect Undocumented
Method receiveError Undocumented
Method receiveUnimplemented Undocumented
Method receiveDebug 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 SSHTransportBase, Protocol):

Method makeConnection Make a connection to a transport and a server.
def ssh_KEXINIT(self, packet): (source)
Undocumented
def ssh_KEX_DH_GEX_REQUEST_OLD(self, packet): (source)
Undocumented
def ssh_KEX_DH_GEX_REQUEST(self, packet): (source)
Undocumented
def ssh_KEX_DH_GEX_INIT(self, packet): (source)
Undocumented
def ssh_NEWKEYS(self, packet): (source)
Undocumented
def ssh_SERVICE_REQUEST(self, packet): (source)
Undocumented
def _keySetup(self, sharedSecret, exchangeHash): (source)
Undocumented
def _getKey(self, c, sharedSecret, exchangeHash): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.