Created
December 10, 2012 07:38
-
-
Save kacinskas/4249069 to your computer and use it in GitHub Desktop.
LINUX : permanently add keys to ssh agent with config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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