Connect to internal server through proxy on Windows [2]

Connect to internal server through proxy on Windows

Friday, April 29, 2016 11:19 AM - Edward Zhu

I can connect to the internal_host_server by "ssh internal_host_server" on my Linux PC. And I have imported the ssh key into my xShell on my win10 pc, it can connect to another internal server which is not using the proxy for login, so the ssh key is correct.

And could anyone help to let me know how show I config to connect to the internal_host_server in XShell?

Host infra-gw01
Hostname proxy_server
User root

Host internal_host_server
Hostname ip_1
User root
ProxyCommand ssh -q -W %h:%p infra-gw01

Program Ver. : Xshell 5


Re: Connect to internal server through proxy on Windows

Wednesday, May 4, 2016 1:02 AM - Support

Hi Edward,

Take a look at this knowledge base article we've prepared.

Xshell Knowledgebase : Multi-Hop Login Using Xshell

Let me know if this helps!

Technical Support

Like us on Facebook
Follow us on Twitter
Visit our blog Blog


Re: Connect to internal server through proxy on Windows

Friday, January 4, 2019 9:17 PM - anon

Need to add authentication method based on the public key for the proxy connection, because now you can only specify login:password and you can't use public key.


Previous views: 940