Class | Net::SSH::Transport::VersionNegotiator |
In: |
lib/net/ssh/transport/version-negotiator.rb
|
Parent: | Object |
VERSION_LINE | = | /^SSH-/ | For processing the version header. The version reported by the server must match this pattern. | |
REQUIRED_VERSION_PATTERN | = | /^SSH-(1.99|2.0)-/ | Only versions matching this pattern are supported by Net::SSH. |
header_lines | [R] | An array of lines returned by the server prior to reporting the version. |