class documentation

class SSHService: (source)

Known subclasses: twisted.conch.ssh.connection.SSHConnection, twisted.conch.ssh.userauth.SSHUserAuthClient, twisted.conch.ssh.userauth.SSHUserAuthServer

View In Hierarchy

Undocumented

Method log​Prefix Undocumented
Method packet​Received called when we receive a packet on the transport
Method service​Started called when the service is active on the transport.
Method service​Stopped called when the service is stopped, either by the connection ending or by another service being started
Class Variable name Undocumented
Class Variable protocol​Messages Undocumented
Class Variable transport Undocumented
Class Variable _log Undocumented
def logPrefix(self): (source)

Undocumented

def packetReceived(self, messageNum, packet): (source)
called when we receive a packet on the transport
def serviceStarted(self): (source)
def serviceStopped(self): (source)
called when the service is stopped, either by the connection ending or by another service being started
protocolMessages: Dict[int, str] = (source)

Undocumented

transport = (source)

Undocumented