Skip to content

Instantly share code, notes, and snippets.

@miguelfito
Forked from kacinskas/gist:4249069
Last active March 31, 2016 06:18
Show Gist options
  • Save miguelfito/3661b74c359278836b7cd1d9e48328e6 to your computer and use it in GitHub Desktop.
Save miguelfito/3661b74c359278836b7cd1d9e48328e6 to your computer and use it in GitHub Desktop.
LINUX : permanently add keys to ssh agent with config
cat 'IdentityFile ~/.ssh/id_rsa' > ~/.ssh/config
chmod 600 ~/.ssh/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment