Last active
November 20, 2021 08:22
-
-
Save giannisp/848636b35837c0e98324ef5ac5f2aa15 to your computer and use it in GitHub Desktop.
Fix ssh key issues on macOS Sierra 10.12.x
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
# store passphrase on keychain | |
ssh-add -K | |
# and/or add to ~/.ssh/config: | |
Host * | |
UseKeychain yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment