Module: Net::SSH::Transport::Kex
- Defined in:
- lib/net/ssh/transport/kex.rb,
lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb,
lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
Defined Under Namespace
Classes: DiffieHellmanGroup1SHA1, DiffieHellmanGroupExchangeSHA1
Constant Summary collapse
- MAP =
Maps the supported key-exchange algorithms as named by the SSH protocol to their corresponding implementors.
{ 'diffie-hellman-group-exchange-sha1' => DiffieHellmanGroupExchangeSHA1, 'diffie-hellman-group1-sha1' => DiffieHellmanGroup1SHA1 }