Skip to content
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

failed to connect with proxycommand #446

Open
kc334 opened this issue Oct 22, 2024 · 0 comments
Open

failed to connect with proxycommand #446

kc334 opened this issue Oct 22, 2024 · 0 comments

Comments

@kc334
Copy link

kc334 commented Oct 22, 2024

The ssh connection to my remote server needs a proxy. This is my ssh config
Host ddd-xxxxxxxxxxxxx HostName ddd-xxxxxxxxxxxxx User root ProxyCommand C:\Users\KK\proxyclient.exe connect --region-id=xxxx --instance-id=xxxx --config-file=C:\Users\KK\.proxyclientconfig ServerAliveInterval 15 TCPKeepAlive no IdentityFile C:\Users\KK\.ssh\id_rsa
When I tried sshfs-win:
C:\Users\KK>net use Y: \\sshfs.k\root@ddd-xxxxxxxxxxxxx
I get response:
System error 59 has occurred. An unexpected network error occurred.

I can login to my server using ssh root@ddd-xxxxxxxxxxxxx.
I tried sshfs-win on another remote server which does not need ProxyCommand, and it worked
Have anyone gotten this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant