Skip to content

Instantly share code, notes, and snippets.

@isotopeee
Last active April 17, 2019 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isotopeee/f3cefc4e825541a5a0fbda4833007ab0 to your computer and use it in GitHub Desktop.
Save isotopeee/f3cefc4e825541a5a0fbda4833007ab0 to your computer and use it in GitHub Desktop.
A sample ssh config to automatically add ssh keys to ssh agent on mac
Host *
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment