A reminder for myself on how to setup an SSH proxy.
SSH proxy setup
- Run this command in terminal:
ssh -ND 8080 username@remotehostip
- Open System Preferences > Network > Advanced… > Proxies
- Check SOCKS Proxy and type in
127.0.0.1
: 8080
It should look like this: