Connect with SSH through a proxy
ssh <user>@<host> -o "ProxyCommand=nc -X <type> -x <proxy_host>:<proxy_port> %h %p"
with <type>
:
5
= socks 54
= socks 4connect
= http
needs netcat
.
ssh <user>@<host> -o "ProxyCommand=nc -X <type> -x <proxy_host>:<proxy_port> %h %p"
with <type>
:
5
= socks 54
= socks 4connect
= httpneeds netcat
.