sshmitm.exceptions module
- exception sshmitm.exceptions.InvalidHostKey
Bases:
ExceptionException raised when an invalid host key is encountered.
- exception sshmitm.exceptions.KeyGenerationError
Bases:
ExceptionException raised when an error occurs during key generation.
- exception sshmitm.exceptions.MissingClient
Bases:
ExceptionException raised when a client cannot be found for a given host.
- exception sshmitm.exceptions.MissingHostException
Bases:
ExceptionException raised when the specified host cannot be found.
- exception sshmitm.exceptions.NoAgentException
Bases:
ExceptionException raised when an attempt to access the ssh-agent fails.
- exception sshmitm.exceptions.NoAgentKeys
Bases:
ExceptionException raised when there are no private keys available for authentication.