Skip to content

Instantly share code, notes, and snippets.

@cgiacomi
Created May 10, 2015 08:25
Show Gist options
  • Save cgiacomi/9e8a58f78763f2492bfb to your computer and use it in GitHub Desktop.
Save cgiacomi/9e8a58f78763f2492bfb to your computer and use it in GitHub Desktop.
SSH, not having to do ssh-add every time? (Mac OS)
Run
ssh-add -K ~/.ssh/privateKey
It'll prompt for your passphrase if necessary, then add it to your Keychain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment