Skip to content

Instantly share code, notes, and snippets.

@Daniyal-Javani
Created February 16, 2019 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daniyal-Javani/9421f40ace686113da678e6b2e13be5f to your computer and use it in GitHub Desktop.
Save Daniyal-Javani/9421f40ace686113da678e6b2e13be5f to your computer and use it in GitHub Desktop.
SSh config to use proxy for certain host ~/.ssh/config
Host gitlab.com
User git
ProxyCommand nc -x 127.0.0.1:1080 %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment