# File lib/net/ssh/test/socket.rb, line 42
    def open(host, port)
      @host, @port = host, port
      self
    end