Skip to content

Instantly share code, notes, and snippets.

@jsifalda
Created August 12, 2012 13:03
Show Gist options
  • Save jsifalda/3331739 to your computer and use it in GitHub Desktop.
Save jsifalda/3331739 to your computer and use it in GitHub Desktop.
GIT: Using SSH over the HTTPS port
#~/.ssh/config
Host github.com
Hostname ssh.github.com
Port 443
#test: ssh -vT git@github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment