Created
May 10, 2015 08:25
-
-
Save cgiacomi/9e8a58f78763f2492bfb to your computer and use it in GitHub Desktop.
SSH, not having to do ssh-add every time? (Mac OS)
This file contains hidden or 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
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