class Net::SSH::Proxy::Jump
def open(host, port, connection_options = nil)
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