Pazar, Aralık 22, 2024

Create a Socks5 Tunnel On Port 7171 Over SSH

ssh tunnel temsili görsel, ssh tunnelleme, ssh 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.