module Net::SSH::Transport::Kex

  1. lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
  2. lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb
  3. lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
  4. lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb
  5. lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb
  6. lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
  7. lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
  8. lib/net/ssh/transport/kex.rb
  9. show all
Parent: Transport

Constants

MAP = { 'diffie-hellman-group-exchange-sha1' => DiffieHellmanGroupExchangeSHA1, 'diffie-hellman-group1-sha1' => DiffieHellmanGroup1SHA1, 'diffie-hellman-group14-sha1' => DiffieHellmanGroup14SHA1, }  

Maps the supported key-exchange algorithms as named by the SSH protocol to their corresponding implementors.