Created
June 15, 2017 15:09
-
-
Save djromero/1e0c70873986ff295f5b707b496df0e9 to your computer and use it in GitHub Desktop.
Add ssh keys to keychain in macOS Sierra+
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
# include in your ~/.ssh/config file | |
Host * | |
AddKeysToAgent yes | |
UseKeychain yes | |
IdentityFile ~/.ssh/your-private-key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment