-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh proxy command #50
Comments
@argapost there is under the name You can try |
Thanks for the answer. I run the command you proposed and I get this error:
Any ideas? |
You're getting into the depths of libssh2. I've never used the proxy command and it's only available because Stackoverflow seems to provide a good explanation: https://stackoverflow.com/questions/61257397/ssh2-connect-error-starting-up-ssh-connection-43-failed-getting-banner. Check the logs on your intermediate host. See if there's any failure described. Same with the ssh client being run on the local machine. |
Hello and thanks for this plugin!
Is it possible to pass a proxy command to DistantLaunch in order to connect first to a different server and then to the final destination?
similar to this:
ssh -o ProxyCommand="ssh proxyserver -W %h:%p" username@finalserver
Thank you in advance!
The text was updated successfully, but these errors were encountered: