twisted.conch.ssh.service.SSHService(log.Logger)
class documentationtwisted.conch.ssh.service
View Source
(View In Hierarchy)
Known subclasses: twisted.conch.ssh.connection.SSHConnection, twisted.conch.ssh.userauth.SSHUserAuthClient, twisted.conch.ssh.userauth.SSHUserAuthServer
Method | serviceStarted | called when the service is active on the transport. |
Method | serviceStopped | called when the service is stopped, either by the connection ending or by another service being started |
Method | logPrefix | Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines. |
Method | packetReceived | called when we receive a packet on the transport |
called when the service is active on the transport.
called when the service is stopped, either by the connection ending or by another service being started
Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines.
called when we receive a packet on the transport