Skip to content

Instantly share code, notes, and snippets.

@ieski
Created January 10, 2019 20:51
Show Gist options
  • Save ieski/bf048a0be1cb8b6e708b2c8590e26dee to your computer and use it in GitHub Desktop.
Save ieski/bf048a0be1cb8b6e708b2c8590e26dee to your computer and use it in GitHub Desktop.
SSH Multiple Keys Config File
#Gmail account
Host gitlab.com-ieski
HostName gitlab.com
PreferredAuthentications publickey
IdentityFile "C:\Users\ismaile\.ssh\id_rsa"
IdentitiesOnly yes
#ProJet account
Host gitlab.com-projetgrup
HostName gitlab.com
PreferredAuthentications publickey
IdentityFile "C:\Users\ismaile\.ssh\id_rsa_prj"
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment