Package paramiko :: Module kex_gex
[frames] | no frames]

Module kex_gex

source code

Variant on `KexGroup1 <paramiko.kex_group1.KexGroup1>` where the prime "p" and generator "g" are provided by the server. A bit more work is required on the client side, and a lot more on the server side.

Classes
  KexGex
Variables
  __package__ = 'paramiko'
  c = 34
  c_MSG_KEXDH_GEX_GROUP = '\x1f'
  c_MSG_KEXDH_GEX_INIT = ' '
  c_MSG_KEXDH_GEX_REPLY = '!'
  c_MSG_KEXDH_GEX_REQUEST = '"'
  c_MSG_KEXDH_GEX_REQUEST_OLD = '\x1e'