Method Summary |
|
__init__ (self,
user,
instance)
(inherited from SSHUserAuthClient )
|
|
askForAuth (self,
kind,
extraData)
(inherited from SSHUserAuthClient )
|
|
auth_password (self)
(inherited from SSHUserAuthClient )
|
|
auth_publickey (self)
(inherited from SSHUserAuthClient )
|
|
getPassword(self)
|
Deferred
|
getPrivateKey (self)
Return a Deferred that will be called back with the
private key corresponding to the last public key from getPublicKey(). |
str /None
|
getPublicKey (self)
Return a public key for the user. |
|
packetReceived (self,
messageType,
packet)
called when we receieve a packet on the transport (inherited from SSHService )
|
|
serviceStarted (self)
called when the service is active on the transport. (inherited from SSHUserAuthClient )
|
|
serviceStopped (self)
called when the service is stopped, either by the connection ending or
by another service being started (inherited from SSHService )
|
|
ssh_USERAUTH_FAILURE (self,
packet)
(inherited from SSHUserAuthClient )
|
|
ssh_USERAUTH_PK_OK (self,
packet)
(inherited from SSHUserAuthClient )
|
|
ssh_USERAUTH_SUCCESS(self,
packet)
|
|
tryAuth (self,
kind)
(inherited from SSHUserAuthClient )
|