glandium.org » Blog Archive » SSH using a SOCKS or HTTP proxy
Host *.mydomain.com
ProxyCommand nc -xsocksserver:1080 -w1 %h %p
via glandium.org
man ssh_config 都有說直接用 nc 就好了,之前都沒有發現 nc 還可以用 proxy 協定,太邪惡了…。
Adios Tsai //
Host *.mydomain.com
ProxyCommand nc -xsocksserver:1080 -w1 %h %p
man ssh_config 都有說直接用 nc 就好了,之前都沒有發現 nc 還可以用 proxy 協定,太邪惡了…。