Last active
December 11, 2019 15:05
-
-
Save albenik/fd63d69c82e19ae4183ca3d226b31292 to your computer and use it in GitHub Desktop.
MacOS ssh + keychain
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
# MacOS: `ssh-add -K` | |
Host * | |
AddKeysToAgent yes | |
UseKeychain yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment