Skip to content

Instantly share code, notes, and snippets.

@mralexsaavedra
Created December 5, 2020 11:28
Show Gist options
  • Save mralexsaavedra/0068b9d2fd9f42aed9fbefbc61f41caf to your computer and use it in GitHub Desktop.
Save mralexsaavedra/0068b9d2fd9f42aed9fbefbc61f41caf to your computer and use it in GitHub Desktop.
# Personal account, - the default config
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519
# Work account-1
Host github.com-work
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519_work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment