SSH Tunnel on macOS
- Install Terminal (ssh -D).
- Create an SSH account.
- 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. - Connect.
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.