Created
December 22, 2016 14:52
-
-
Save LordAmit/cf154ee97211cd5a1bf15986ebcfed48 to your computer and use it in GitHub Desktop.
.ssh/config for alternative connection to github and gitlab, in case port 22 is blocked
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
Host gitlab.com | |
Hostname altssh.gitlab.com | |
User git | |
Port 443 | |
PreferredAuthentications publickey | |
Host github.com | |
Hostname ssh.github.com | |
User git | |
Port 443 | |
PreferredAuthentications publickey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment