Trees | Indices | Help |
|
---|
|
twisted.internet.protocol.BaseProtocol --+ | twisted.internet.protocol.Protocol --+ | twisted.conch.ssh.transport.SSHTransportBase --+ | twisted.conch.ssh.transport.SSHClientTransport --+ | SshClientTransport
Base client class for constructing Twisted Conch services. This class is *only* responsible for connecting to the SSH service on the device, and ensuring that *host* keys are sane.
|
|||
Twisted deferred object (defer.succeed(1) |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
Module to verify the host's SSH key against the stored fingerprint we have from the last time that we communicated with the host. NB: currently does not verify this information but simply trusts every host key
To Do: verify the host key |
Called after the connection has been made. Used to set up private instance variables.
|
Called when a disconnect error message was received from the device.
|
Called when an unimplemented packet message was received from the device.
|
Called when a debug message was received from the device.
|
This is called after the connection is set up and other services can be run. This function starts the SshUserAuth client (ie the Connection client).
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 14 12:01:22 2010 | http://epydoc.sourceforge.net |