Module Net::SSH::Transport::Kex
In: lib/net/ssh/transport/kex.rb
lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb
lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb
lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb
lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb
lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb
lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb

Classes and Modules

Class Net::SSH::Transport::Kex::DiffieHellmanGroup14SHA1
Class Net::SSH::Transport::Kex::DiffieHellmanGroup1SHA1
Class Net::SSH::Transport::Kex::DiffieHellmanGroupExchangeSHA1
Class Net::SSH::Transport::Kex::DiffieHellmanGroupExchangeSHA256
Class Net::SSH::Transport::Kex::EcdhSHA2NistP256
Class Net::SSH::Transport::Kex::EcdhSHA2NistP384
Class Net::SSH::Transport::Kex::EcdhSHA2NistP521

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.

[Validate]