| Trees | Indices | Help |
|
|---|
|
|
twisted.python.log.Logger --+
|
twisted.conch.ssh.service.SSHService --+
|
twisted.conch.ssh.userauth.SSHUserAuthClient --+
|
SshUserAuth
Class to gather credentials for use with our SSH connection, and use them to authenticate against the remote device.
|
|||
|
|||
| Twisted deferred object |
|
||
|
|||
|
|||
|
|||
|
|||
| string |
|
||
| Twisted deferred object |
|
||
defer.Deferred or None
|
|
||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
If no username is supplied, defaults to the user running this code (eg zenoss)
|
Called from conch. Return a deferred object of success if there's a password or return fail (ie no zCommandPassword specified)
|
Called from conch. Returns a
|
Get the password. Raise an exception if it is not set. |
Return the SSH public key (using the zProperty zKeyPath) or None
|
Return a deferred with the SSH private key (using the zProperty zKeyPath)
|
Called when the SSH session can't authenticate.
NB: This function is also called as an initializer
to start the connections.
@param packet: returned packet from the host
@type packet: object
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:17 2011 | http://epydoc.sourceforge.net |