Skip to content

Instantly share code, notes, and snippets.

@theevo
Created February 6, 2022 19:30
Show Gist options
  • Save theevo/0a4acb22f8fcda6d1dc430e743851ee6 to your computer and use it in GitHub Desktop.
Save theevo/0a4acb22f8fcda6d1dc430e743851ee6 to your computer and use it in GitHub Desktop.
My ssh config
Host github.com
HostName github.com
User git
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519
Host bitbucket.org
HostName bitbucket.org
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/bitbucket_id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment