Skip to content

Instantly share code, notes, and snippets.

@zanshin
Created May 7, 2016 03:48
Show Gist options
  • Save zanshin/d36ecdc72109662c517dba1697bbbcda to your computer and use it in GitHub Desktop.
Save zanshin/d36ecdc72109662c517dba1697bbbcda to your computer and use it in GitHub Desktop.
Access Github securely even when port 22 is blocked.
# 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