class Net::SSH::Transport::Kex::DiffieHellmanGroupExchangeSHA1

  1. lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
Parent: Kex

A key-exchange service implementing the "diffie-hellman-group-exchange-sha1" key-exchange algorithm.

Constants

KEXDH_GEX_GROUP = 31  
KEXDH_GEX_INIT = 32  
KEXDH_GEX_REPLY = 33  
KEXDH_GEX_REQUEST = 34  
MAXIMUM_BITS = 8192  
MINIMUM_BITS = 1024