Module: Net::SSH::Transport::Constants
- Included in:
- Authentication::Session, Packet, Net::SSH::Test::Kex, Net::SSH::Test::Packet, Algorithms, Kex::DiffieHellmanGroup1SHA1, Session
- Defined in:
- lib/tpkg/thirdparty/net-ssh-2.1.0/lib/net/ssh/transport/constants.rb
Constant Summary collapse
- DISCONNECT =
– Transport layer generic messages ++
1- IGNORE =
2- UNIMPLEMENTED =
3- DEBUG =
4- SERVICE_REQUEST =
5- SERVICE_ACCEPT =
6- KEXINIT =
– Algorithm negotiation messages ++
20- NEWKEYS =
21- KEXDH_INIT =
– Key exchange method specific messages ++
30- KEXDH_REPLY =
31