-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Bastion / Jumphosts? #98
Comments
Thank you for the suggestion! I'm not familiar with bastions. What would the |
Yes more or less. The same connection details like user/password + host or host + key are used to make an initial connection to a host, then with the resulting connection you make the actual connection to the host you're targeting. The SSH library implements the Dialer and Conn interfaces. |
Any progress on this feature? |
Not that I am aware of. Would you be interested in looking into it and creating a PR? |
Hi, does anyone have any update/workaround to handle the jump host? |
Can we add support for Bastion / Jumphosts?
The only thing that needs to happen is:
bastion { ... }
blockThe text was updated successfully, but these errors were encountered: