Skip to content

Instantly share code, notes, and snippets.

@josephmidura
Last active July 7, 2021 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephmidura/407b59d34e45a76622dc86909dd69bd8 to your computer and use it in GitHub Desktop.
Save josephmidura/407b59d34e45a76622dc86909dd69bd8 to your computer and use it in GitHub Desktop.
# Github
Host github.com
Hostname github.com
User git
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/github_key
UserKnownHostsFile ~/.ssh/known_hosts_github
IdentitiesOnly yes
# Bitbucket
Host bitbucket.org
HostName bitbucket.org
User git
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/bitbucket_key
UserKnownHostsFile ~/.ssh/known_hosts_bitbucket
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment