Skip to content

Instantly share code, notes, and snippets.

@awave1
Created December 9, 2018 04:07
Show Gist options
  • Save awave1/ba6ce63b1fd4c5507ab01dcc9f2df18d to your computer and use it in GitHub Desktop.
Save awave1/ba6ce63b1fd4c5507ab01dcc9f2df18d to your computer and use it in GitHub Desktop.
# Github (default)
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/github
# Gitlab ()
Host gitlab.com
HostName gitlab.com
User git
IdentityFile ~/.ssh/gitlab
# Bitbucket (secondary)
Host bitbucket.org
HostName bitbucket.org
User git
IdentityFile ~/.ssh/bitbucket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment