Does it support bastion/jumpbox config?
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
Its not yet supported, but will be supported in future
This implementation works well with jsch: https://github.com/cronn-de/ssh-proxy
Yes, a jumpbox it's a real needed feature ;-)
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.
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.