Created
October 21, 2018 08:20
-
-
Save meyt/98e812b5b800992f2ad25c633c7685fd to your computer and use it in GitHub Desktop.
Connect to git/ssh through TOR proxy
This file contains hidden or 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
# Append into ~/.ssh/config | |
Host gitlab.com | |
User git | |
Hostname gitlab.com | |
PreferredAuthentications publickey | |
IdentityFile ~/.ssh/id_rsa | |
ProxyCommand /bin/nc -x 127.0.0.1:9050 %h %p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or