module documentation
(source)

An error to represent bad things happening in Conch.

Maintainer: Paul Swartz

Class ​Conch​Error Undocumented
Class ​Host​Key​Changed The host key of a remote host has changed.
Class ​Ignore​Authentication This is thrown to let the UserAuthServer know it doesn't need to handle the authentication anymore.
Class ​Invalid​Entry An entry in a known_hosts file could not be interpreted as a valid entry.
Class ​Missing​Key​Store​Error Raised if an SSHAgentServer starts receiving data without its factory providing a keys dict on which to read/write key data.
Class ​Not​Enough​Authentication This is thrown if the authentication is valid, but is not enough to successfully verify the user. i.e. don't retry this type of authentication, try another one.
Class ​User​Rejected​Key The user interactively rejected a key.
Class ​Valid​Public​Key Raised by public key checkers when they receive public key credentials that don't contain a signature at all, but are valid in every other way. (e.g. the public key matches one in the user's authorized_keys file).