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
{{ message }}
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.
If yes, then it should not be hard by passing a set of parameters, would be super nice if you can fork and make a contribution similar to this pull request.
Hi, thanks for your response.
I think it is a bit difference between HTTP proxy
think about we want to execute df -h on target host 172.16.16.50 through a jump host 172.16.16.10 , a simple way is execute ssh 172.16.16.50 "df -h" on host 172.16.16.10 like that in parallec:
And using ProxyComand is another way to this
It is just a configuration of ssh client ( like our setSshConnectionTimeoutMillis ), and if I using paramiko or ansible (python libraries) , they supported these.
So I suppose that we need to implement these configurations
Sometimes I want to using ssh Proxy Command to execute tasks on many servers.
Is there any plan to support this feature
The text was updated successfully, but these errors were encountered: