Skip to content

Using a SSH Tunnel for Internet Traffic

Create the SSH Tunnel

ssh -D [LocalPort] -C -q -N [Username]@[ServerIPAddress]

Configure the browser to use the SOCKS proxy

  • Go to proxy settings
  • Add localhost as the host and the port chosen in the SOCKS section
  • Add DNS if applicable