SSH – open a socks5 proxy

How to open a socks5 proxy with ssh.

With the following command you are able to configure a socks5 proxy.

Just use the normal ssh command with the parameter -D8080, which stands for the port.

With a browser plugin you can route the traffic over that port.

ssh -N -D8080 user@host

Kommentar verfassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen