Part of twisted.conch View Source
An error to represent bad things happening in Conch.
Maintainer: Paul Swartz| Class | ConchError | Undocumented |
| Class | NotEnoughAuthentication | This is thrown if the authentication is valid, but is not enough to |
| Class | ValidPublicKey | This is thrown during the authentication process if the public key is valid |
| Class | IgnoreAuthentication | This is thrown to let the UserAuthServer know it doesn't need to handle the |
| Class | MissingKeyStoreError | Raised if an SSHAgentServer starts receiving data without its factory |
| Class | UserRejectedKey | The user interactively rejected a key. |
| Class | InvalidEntry | An entry in a known_hosts file could not be interpreted as a valid entry. |
| Class | HostKeyChanged | The host key of a remote host has changed. |