Skip to content
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

SSH Bastion Support #45

Open
telefax opened this issue Jan 28, 2020 · 1 comment
Open

SSH Bastion Support #45

telefax opened this issue Jan 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@telefax
Copy link

telefax commented Jan 28, 2020

In my environment there are lots of servers behind a bastion hosts.
It would be great if we could have a field where you supply bastion host information. Either on each connection or folder.

Also, it would be good enough if you could supply raw ssh options anyway :)

In more recent SSH version this is accomplished by using "-J" flag on ssh:

-J destination
Connect to the target host by first making a ssh connection to
the jump host described by destination and then establishing a
TCP forwarding to the ultimate destination from there. Multiple
jump hops may be specified separated by comma characters. This
is a shortcut to specify a ProxyJump configuration directive.

Thanks!

@taypo taypo added the enhancement New feature or request label Jan 28, 2020
@telefax
Copy link
Author

telefax commented Jan 28, 2020

So I guess this is equal to: https://man.openbsd.org/ssh_config#ProxyJump
Dont think you need proxycommand anymore for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants