Skip to content

Instantly share code, notes, and snippets.

@yageek
Forked from t2/ssh-git-push
Created September 21, 2018 06:50
Show Gist options
  • Save yageek/21b2c4293ebb9cfc0d84f19987f655c3 to your computer and use it in GitHub Desktop.
Save yageek/21b2c4293ebb9cfc0d84f19987f655c3 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