Create SOCKS Proxy with SSH
How to create Socks Proxy with SSH Use this command to create a socks proxy using SSH tunnel:
ssh -D 8080 user@server_ip You can adjust the port nummber.
One minute to read