Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created December 11, 2018 19:50
Show Gist options
  • Save zoonderkins/a6697425f7482f432655b2602a8f1856 to your computer and use it in GitHub Desktop.
Save zoonderkins/a6697425f7482f432655b2602a8f1856 to your computer and use it in GitHub Desktop.
Mac iterm using proxy #mac

SSH iterm2 using proxy

nano ~/.ssh/config
ProxyCommand nc -X 5 -x 127.0.0.1:1086 %h %p

// Restart Iterm or terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment