class documentation
class SSHService: (source)
Known subclasses: twisted.conch.ssh.connection.SSHConnection
, twisted.conch.ssh.userauth.SSHUserAuthClient
, twisted.conch.ssh.userauth.SSHUserAuthServer
Undocumented
Method | log |
Undocumented |
Method | packet |
called when we receive a packet on the transport |
Method | service |
called when the service is active on the transport. |
Method | service |
called when the service is stopped, either by the connection ending or by another service being started |
Class Variable | name |
Undocumented |
Class Variable | protocol |
Undocumented |
Class Variable | transport |
Undocumented |
Class Variable | _log |
Undocumented |
overridden in
twisted.conch.ssh.connection.SSHConnection
, twisted.conch.ssh.userauth.SSHUserAuthClient
, twisted.conch.ssh.userauth.SSHUserAuthServer
called when the service is active on the transport.
overridden in
twisted.conch.client.default.SSHUserAuthClient
, twisted.conch.ssh.connection.SSHConnection
, twisted.conch.ssh.userauth.SSHUserAuthServer
called when the service is stopped, either by the connection ending or by another service being started
overridden in
twisted.conch.ssh.connection.SSHConnection
, twisted.conch.ssh.userauth.SSHUserAuthServer
Undocumented