Home | Trees | Index | Help |
---|
Package twisted :: Package test :: Module test_conch :: Class SSHTestClientAuth |
|
SSHService
--+ |SSHUserAuthClient
--+ | SSHTestClientAuth
Method Summary | |
---|---|
(inherited from SSHUserAuthClient )
| |
(inherited from SSHUserAuthClient )
| |
(inherited from SSHUserAuthClient )
| |
(inherited from SSHUserAuthClient )
| |
getPassword(self)
| |
Deferred
|
Return a Deferred that will be called back with the
private key corresponding to the last public key from getPublicKey(). |
str /None
|
Return a public key for the user. |
called when we receieve a packet on the transport (inherited from SSHService )
| |
called when the service is active on the transport. (inherited from SSHUserAuthClient )
| |
called when the service is stopped, either by the connection ending or by another service being started (inherited from SSHService )
| |
(inherited from SSHUserAuthClient )
| |
(inherited from SSHUserAuthClient )
| |
ssh_USERAUTH_SUCCESS(self,
packet)
| |
(inherited from SSHUserAuthClient )
| |
(inherited from SSHUserAuthClient )
| |
(inherited from SSHUserAuthClient )
| |
(inherited from SSHUserAuthClient )
| |
(inherited from SSHUserAuthClient )
| |
(inherited from SSHUserAuthClient )
|
Class Variable Summary | |
---|---|
int |
canSucceedPassword
|
int |
canSucceedPublicKey
|
int |
hasTriedNone
|
Method Details |
---|
getPrivateKey(self)Return aDeferred that will be called back with the
private key corresponding to the last public key from getPublicKey().
If the private key is not available, errback on the Deferred.
|
getPublicKey(self)Return a public key for the user. If no more public keys are available, return None.
|
Class Variable Details |
---|
canSucceedPassword
|
canSucceedPublicKey
|
hasTriedNone
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:55 2003 | http://epydoc.sf.net |