SSH - Secure shell
Get existing public key from terminal
cat ~/.ssh/id_rsa.pub | pbcopy
Remember ssh passphrase until next session/reboot
ssh-add
Create a socks proxy tunnel at 127.0.0.1:8080
ssh -D 8080 -C -N [email protected] Secure shell
cat ~/.ssh/id_rsa.pub | pbcopy
ssh-add
ssh -D 8080 -C -N [email protected]