Part of twisted.conch.client.default View Source View In Hierarchy
| Method | __init__ | Undocumented |
| Method | serviceStarted | called when the service is active on the transport. |
| Method | serviceStopped | called when the service is stopped, either by the connection ending |
| Method | _setAgent | Undocumented |
| Method | _ebSetAgent | Undocumented |
| Method | _getPassword | Undocumented |
| Method | getPassword | Return a Deferred
that will be called back with a password.
|
| Method | getPublicKey | Return a public key for the user. If no more public keys are |
| Method | signData | Sign the given data with the given public key blob. |
| Method | getPrivateKey | Return a Deferred
that will be called back with the private key
|
| Method | getGenericAnswers | Returns a Deferred
with the responses to the promopts.
|
Inherited from SSHUserAuthClient:
| Method | askForAuth | Undocumented |
| Method | tryAuth | Undocumented |
| Method | _ebAuth | Undocumented |
| Method | ssh_USERAUTH_SUCCESS | Undocumented |
| Method | ssh_USERAUTH_FAILURE | Undocumented |
| Method | ssh_USERAUTH_PK_OK | Undocumented |
| Method | _cbSignedData | Undocumented |
| Method | _setOldPass | Undocumented |
| Method | _setNewPass | Undocumented |
| Method | _cbGenericAnswers | Undocumented |
| Method | auth_publickey | Undocumented |
| Method | auth_password | Undocumented |
| Method | auth_keyboard_interactive | Undocumented |
| Method | _cbPassword | Undocumented |
| Method | _cbSignData | Undocumented |
Inherited from SSHService (via SSHUserAuthClient):
| Method | logPrefix | Override this method to insert custom logging behavior. Its |
| Method | packetReceived | called when we receieve a packet on the transport |
| Returns | (type: str/None
) | |
Deferred
with the responses to the promopts.
| Parameters | name | The name of the authentication currently in progress. |
| instruction | Describes what the authentication wants. | |
| prompts | A list of (prompt, echo) pairs, where prompt is a string to display and echo is a boolean indicating whether the user's response should be echoed as they type it. |