Skip to content

Instantly share code, notes, and snippets.

@nilesuan
Forked from justinpawela/config
Last active June 2, 2022 03:33
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 nilesuan/e9c946139f4310e9f6b71df6a154eb4c to your computer and use it in GitHub Desktop.
Save nilesuan/e9c946139f4310e9f6b71df6a154eb4c to your computer and use it in GitHub Desktop.
AWS CodeCommit Multiple Account Config
Host wopr.test
HostName wopr.test
User nsuan
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519
Host wopr
HostName wopr
User nsuan
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519
Host bitbucket.org
HostName bitbucket.org
UseKeychain yes
IdentityFile ~/.ssh/bitbucket
Host github.com
HostName github.com
UseKeychain yes
IdentityFile ~/.ssh/github
Host jb.pg
HostName jb.pg
User ubuntu
UseKeychain yes
IdentityFile ~/.ssh/nile@MBP.pem
Host *
UseKeychain yes
IdentityFile ~/.ssh/id_ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment