Created
May 7, 2016 03:48
-
-
Save zanshin/d36ecdc72109662c517dba1697bbbcda to your computer and use it in GitHub Desktop.
Access Github securely even when 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
# vim ~/.ssh/config | |
Host github.com | |
Hostname ssh.github.com | |
Port 443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment