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 have devices that I connect to via a proxy with SSH using
ProxyCommand ssh -W %h:%p -i ~/.ssh/someuser someuser@###.###.###.###
in the connect parameters.
Is there some way of accomplishing the same using a param with this library?
The text was updated successfully, but these errors were encountered:
I have devices that I connect to via a proxy with SSH using
ProxyCommand ssh -W %h:%p -i ~/.ssh/someuser someuser@###.###.###.###
in the connect parameters.
Is there some way of accomplishing the same using a param with this library?
The text was updated successfully, but these errors were encountered: