A reminder for myself on how to setup an SSH proxy.

SSH proxy setup

  1. Run this command in terminal:ssh -ND 8080 username@remotehostip
  2. Open System Preferences > Network > Advanced… > Proxies
  • Check SOCKS Proxy and type in 127.0.0.1 : 8080

It should look like this: osx proxy config