To create a a quick and dirty SOCKS5 tunnel with SSH use the -D option.
ssh -D 7171 $REMOTE_HOST
Once setup, point your browser to localhost:7171 as a SOCKS proxy.

To create a a quick and dirty SOCKS5 tunnel with SSH use the -D option.
ssh -D 7171 $REMOTE_HOST
Once setup, point your browser to localhost:7171 as a SOCKS proxy.