Skip to content

Instantly share code, notes, and snippets.

@t2
Last active January 8, 2020 12:13
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save t2/a75f61045f7558a812b1 to your computer and use it in GitHub Desktop.
Save t2/a75f61045f7558a812b1 to your computer and use it in GitHub Desktop.
Github & Bitbucket (SSH) - Port 22 Blocked
# vi ~/.ssh/config
Host github.com
Hostname ssh.github.com
Port 443
Host bitbucket.org
Hostname altssh.bitbucket.org
Port 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment