snowflake icon indicating copy to clipboard operation
snowflake copied to clipboard

Does it support bastion/jumpbox config?

Open tumluliu opened this issue 5 years ago • 5 comments

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

tumluliu avatar Jan 30 '20 08:01 tumluliu

Its not yet supported, but will be supported in future

subhra74 avatar Jan 30 '20 09:01 subhra74

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

rafaelndev avatar Feb 07 '20 11:02 rafaelndev

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

Cyrille37 avatar Jun 18 '20 09:06 Cyrille37

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.

crile avatar Sep 28 '20 11:09 crile

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.

olivier-godart avatar Feb 08 '21 11:02 olivier-godart