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
ProxyCommand nc -proxy xxx.com:8080 %h %p
remove -X connect and use -proxy instead.
-X connect
-proxy
Worked for me.