Created
August 12, 2012 13:03
-
-
Save jsifalda/3331739 to your computer and use it in GitHub Desktop.
GIT: Using SSH over the HTTPS port
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
#~/.ssh/config | |
Host github.com | |
Hostname ssh.github.com | |
Port 443 | |
#test: ssh -vT [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment