Created
February 16, 2019 05:04
-
-
Save Daniyal-Javani/9421f40ace686113da678e6b2e13be5f to your computer and use it in GitHub Desktop.
SSh config to use proxy for certain host ~/.ssh/config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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