Skip to content

Instantly share code, notes, and snippets.

@lorn
Created January 19, 2018 17:32
Show Gist options
  • Save lorn/d64c7f112a54e325e26e543c22e86152 to your computer and use it in GitHub Desktop.
Save lorn/d64c7f112a54e325e26e543c22e86152 to your computer and use it in GitHub Desktop.
git over ssh
Host bitbucket.org
HostName altssh.bitbucket.org
Port 443
Host github.com
HostName ssh.github.com
Port 443
Host gitlab.com
HostName altssh.gitlab.com
User git
Port 443
PreferredAuthentications publickey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment