FreeVPNNet

SSH Tunnel on Linux

  1. Install Terminal (ssh -D).
  2. Create an SSH account.
  3. Run: ssh -N -D 1080 -p <port> <username>@<hostname> and enter the password. Then set your browser's SOCKS5 proxy to 127.0.0.1:1080.
  4. Connect.
Create SSH Tunnel account