| Trees | Indices | Help |
|
|---|
|
|
twisted.python.log.Logger --+
|
twisted.conch.ssh.service.SSHService --+
|
twisted.conch.ssh.connection.SSHConnection --+
|
SshConnection
Wrapper class that starts channels on top of connections.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Initializer
|
Called when the SSH session can't authenticate
|
Called when the SSH session can't authenticate
|
Called when the SSH session can't authenticate
|
Called when the connection open() fails.
Usually this gets called after too many bad connection attempts,
and the remote device gets upset with us.
NB: reason.desc is the human-readable description of the failure
reason.code is the SSH error code
(see http://tools.ietf.org/html/rfc4250#section-4.2.2 for more details)
@param reason: reason object
@type reason: reason object
|
Called when the service is active on the transport
|
Open a new channel for each command in queue
|
Called when a channel is closed. REQUIRED function by Twisted.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:17 2011 | http://epydoc.sourceforge.net |