%PDF- %PDF-
| Direktori : /lib/python3/dist-packages/paramiko/__pycache__/ |
| Current File : //lib/python3/dist-packages/paramiko/__pycache__/ssh_exception.cpython-312.pyc |
�
µ�f� � �> � d dl Z G d� de� Z G d� de� Z G d� de� Z G d� d e� Z G d
� de� Z G d� d
e� Z G d� de� Z G d� de� Z G d� de� Z
G d� de j � Z G d� de� Z
G d� de� Z G d� de� Zy)� Nc � � e Zd ZdZy)�SSHExceptionzT
Exception raised by failures in SSH2 protocol negotiation or logic errors.
N��__name__�
__module__�__qualname__�__doc__� � �8/usr/lib/python3/dist-packages/paramiko/ssh_exception.pyr r � � �� r r c � � e Zd ZdZy)�AuthenticationExceptionz�
Exception raised when authentication failed for some reason. It may be
possible to retry with different credentials. (Other classes specify more
specific reasons.)
.. versionadded:: 1.6
Nr r
r r r r s � �� r r c � � e Zd ZdZy)�PasswordRequiredExceptionzR
Exception raised when a password is needed to unlock a private key file.
Nr r
r r r r * r
r r c � � e Zd ZdZg Zd� Zd� Zy)�BadAuthenticationTypez�
Exception raised when an authentication type (like password) is used, but
the server isn't allowing that type. (It may only allow public-key, for
example.)
.. versionadded:: 1.1
c �N � t j | ||� || _ || _ y �N)r �__init__�explanation�
allowed_types)�selfr �typess r r zBadAuthenticationType.__init__>