class Net::SSH::Proxy::Jump

def open(host, port, connection_options = nil)

proxy that was requested when the socket factory was instantiated.
Return a new socket connected to the given host and port via the jump
def open(host, port, connection_options = nil)
  build_proxy_command_equivalent(connection_options)
  super
end