SOCKS Proxy
Let's you connect as if you were on whatever computer you're SSH'd into
Setup
- Open System Preferences > Network
- Select Advanced
- Select Proxies
- Check SOCKS Proxy
- Enter
127.0.0.1:8090
or whichever port you want to use - Select OK then select Apply
- Open Terminal and run
ssh -D 8090 -n kalenpw@kalenpw.com -p 24
- Terminal will look like it's hanging, but the tunnel is now open.
Disconnect
- Ctrl+C in terminal window
- Uncheck Socks Proxy and Apply