Module: Net::SSH::Connection::Constants
- Included in:
- Channel, Session, Packet, Test::Packet
- Defined in:
- lib/tpkg/thirdparty/net-ssh-2.1.0/lib/net/ssh/connection/constants.rb
Overview
Definitions of constants that are specific to the connection layer of the SSH protocol.
Constant Summary collapse
- GLOBAL_REQUEST =
– Connection protocol generic messages ++
80- REQUEST_SUCCESS =
81- REQUEST_FAILURE =
82- CHANNEL_OPEN =
– Channel related messages ++
90- CHANNEL_OPEN_CONFIRMATION =
91- CHANNEL_OPEN_FAILURE =
92- CHANNEL_WINDOW_ADJUST =
93- CHANNEL_DATA =
94- CHANNEL_EXTENDED_DATA =
95- CHANNEL_EOF =
96- CHANNEL_CLOSE =
97- CHANNEL_REQUEST =
98- CHANNEL_SUCCESS =
99- CHANNEL_FAILURE =
100