Skip to content

Instantly share code, notes, and snippets.

@marijoo
Created January 25, 2021 08:43
Show Gist options
  • Save marijoo/2fed08c6cb076e226050c94ed5d65da0 to your computer and use it in GitHub Desktop.
Save marijoo/2fed08c6cb076e226050c94ed5d65da0 to your computer and use it in GitHub Desktop.
SSH tunneling with Safari
ssh -D 8080 -C -N username@IpAddress 

Then add SOCKS Proxy in System Preferences > Network with Server 127.0.0.1:8080.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment