🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 06:14:43 | PHP 8.2.32
📂
/ (Root)
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
paramiko
/
__pycache__
📍 /opt/alt/python38/lib/python3.8/site-packages/paramiko/__pycache__
🔄 Refresh
✏️
Editing: ssh_exception.cpython-38.pyc
Read Only
U v��fF � @ s� d dl Z G dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d d� de�ZG dd � d e�ZG dd� de�ZG dd� de�Z G dd� de�Z G dd� de�ZG dd� de j�Z G dd� de�ZG dd� de�ZG dd� de�ZdS )� Nc @ s e Zd ZdZdS )�SSHExceptionzT Exception raised by failures in SSH2 protocol negotiation or logic errors. N��__name__� __module__�__qualname__�__doc__� r r �G/opt/alt/python38/lib/python3.8/site-packages/paramiko/ssh_exception.pyr s r c @ s e Zd ZdZdS )�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 c @ s e Zd ZdZdS )�PasswordRequiredExceptionzR Exception raised when a password is needed to unlock a private key file. Nr r r r r r * s r c @ s$ e Zd ZdZg Zdd� Zdd� ZdS )�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 C s t �| ||� || _|| _d S �N)r �__init__�explanation� allowed_types)�selfr �typesr r r r >