sshmitm.exceptions module

exception sshmitm.exceptions.InvalidHostKey

Bases: Exception

Exception raised when an invalid host key is encountered.

exception sshmitm.exceptions.KeyGenerationError

Bases: Exception

Exception raised when an error occurs during key generation.

exception sshmitm.exceptions.MissingClient

Bases: Exception

Exception raised when a client cannot be found for a given host.

exception sshmitm.exceptions.MissingHostException

Bases: Exception

Exception raised when the specified host cannot be found.

exception sshmitm.exceptions.NoAgentException

Bases: Exception

Exception raised when an attempt to access the ssh-agent fails.

exception sshmitm.exceptions.NoAgentKeys

Bases: Exception

Exception raised when there are no private keys available for authentication.