Skip to content

Jumphost support #28

@MartyMcFlyInTheSky

Description

@MartyMcFlyInTheSky

Does libssh-rs support jumphosts? I'm trying to SSHMUX connect to a host that needs a jumphost in between. The ssh-config for the host looks like the following:

Host jump-host
  User process
  Hostname jump-host.org.loc.p
Host *.org.loc.p.company.com
  ProxyJump jump-host

Now after wezterm connect SSHMUX:server01 (for which i configured an ssh_domain) I'm getting this error:

09:22:21.160  ERROR  mux::connui >
Failed: Error: Connecting to server01.org.loc.p.company.com:22 (10.120.206.20:22): Connection timed out (os error 110)

09:22:21.161  ERROR  wezterm_gui > Error: Connecting to server.org.loc.p.company.com:22 (10.120.206.20:22): Connection timed out (os error 110); terminating
09:22:21.161  ERROR  mux::connui > while running ConnectionUI loop: recv_timeout: channel is empty and disconnected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions