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