Connect with SSH through a proxy

后端 未结 11 1610
我在风中等你
我在风中等你 2020-12-12 09:03

I have no real idea what I\'m doing here so please bear that in mind if you can help me!

I am trying to connect to my virtual server through a proxy but I can\'t con

11条回答
  •  伪装坚强ぢ
    2020-12-12 09:48

    ProxyCommand nc -proxy xxx.com:8080 %h %p
    

    remove -X connect and use -proxy instead.

    Worked for me.

提交回复
热议问题