Module: Net::SSH::Transport::Constants

Included in:
Authentication::Session, Packet, Net::SSH::Test::Kex, Net::SSH::Test::Packet, Algorithms, Kex::Abstract, Session
Defined in:
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
KEXECDH_INIT =
30
KEXECDH_REPLY =
31
KEXDH_GEX_GROUP =
31
KEXDH_GEX_INIT =
32
KEXDH_GEX_REPLY =
33
KEXDH_GEX_REQUEST =
34