
-D 9090 - Opens a SOCKS tunnel on the specified port number. -N - Tells SSH not to execute a remote command. If you run Linux, macOS or any other Unix-based operating system on your local machine, you can easily start an SSH tunnel with the following sshĬommand: ssh -N -D 9090 options used are as follows: You can use any port number greater than 1024, only root can open ports on privileged ports. That will securely forward traffic from your local machine on port 9090 to the SSH server on port 22. Server running any flavor of Linux, with SSH access to route your traffic through it. This tutorial will walk you through the process of creating an encrypted SSH tunnel and configuring Firefox and Google Chrome Your ISP (internet service provider) and other third parties will not be able to inspect your traffic and block your access to websites.
This way, all your applications using the proxy will connect to the SSH server and the server will forward all the traffic to its actual destination. The simpler alternative is to route your local network traffic with an encrypted SOCKS proxy tunnel.
One option is to use a VPN, but that requires installing client software on your machine and setting up your own VPN server
There are times when you want to browse the Internet privately, access geo-restricted content or bypass any intermediate firewalls your network might be enforcing.