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

Does it support bastion/jumpbox config? #17

Open
tumluliu opened this issue Jan 30, 2020 · 5 comments
Open

Does it support bastion/jumpbox config? #17

tumluliu opened this issue Jan 30, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@tumluliu
Copy link

tumluliu commented Jan 30, 2020

In server management, bastion (or jumpbox, jumpserver) is usually used as an ssh gateway. Does snowflake support this? It's essentially a proxy option to the ssh command, sth. like

ssh -o ProxyCommand='ssh -W %h:%p bastion_user@bastion' target_user@target
@subhra74
Copy link
Owner

Its not yet supported, but will be supported in future

@subhra74 subhra74 added the enhancement New feature or request label Jan 30, 2020
@rafaelndev
Copy link

This implementation works well with jsch:
https://github.com/cronn-de/ssh-proxy

@Cyrille37
Copy link

Yes, a jumpbox it's a real needed feature ;-)

@crile
Copy link

crile commented Sep 28, 2020

Does anyone have a "good" workaround for this feature ?

I open an tunnel with ssh -L 2201:target:22 target, and configure the hostname to localhost for the target however it is not very usable for several hosts.

@olivier-godart
Copy link

For the implementation of this feature, I suggest that you simply add in the connection settings a "proxy jump" select box where you can select an already configured other ssh connection.

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

6 participants