SSH

Secure shell

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]