Skip to content

Instantly share code, notes, and snippets.

@kacinskas
Created December 10, 2012 07:38
Show Gist options
  • Save kacinskas/4249069 to your computer and use it in GitHub Desktop.
Save kacinskas/4249069 to your computer and use it in GitHub Desktop.
LINUX : permanently add keys to ssh agent with config
Create file 'config' in '~/.ssh':
IdentityFile ~/.ssh/identity
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/gitid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment