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
I use -o "ProxyCommand=nc -X 5 -x proxyhost:proxyport %h %p" ssh option to connect through socks5 proxy on OSX.
-o "ProxyCommand=nc -X 5 -x proxyhost:proxyport %h %p"