Negotiates the SSH protocol version and trades information about server and client. This is never used directly–it is always called by the transport layer as part of the initialization process of the transport layer.
Note that this class also encapsulates the negotiated version, and acts as the authoritative reference for any queries regarding the version in effect.
Instantiates a new ServerVersion and immediately (and synchronously) negotiates the SSH protocol in effect, using the given socket.
# File lib/net/ssh/transport/server_version.rb, line 28 def initialize(socket, logger) @header = "" @version = nil @logger = logger negotiate!(socket) end
Generated with the Darkfish Rdoc Generator 2.