You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume you're talking about paramiko's ProxyCommand. Sultan doesn't use Paramiko so you won't be able to use the ProxyCommand. I wanted Sultan tot have 0 dependencies (https://github.com/aeroxis/sultan/blob/master/setup.py#L20) which is why I didn't use Paramiko. What it does is instead use the ssh command that is found on most Linux systems and add parameters to that to execute on the remote server.
Is possible to connect to an ssh tunnel through the ProxyCommand ssh option?
The text was updated successfully, but these errors were encountered: