Skip to content

Instantly share code, notes, and snippets.

@giannisp
Last active November 20, 2021 08:22
Show Gist options
  • Save giannisp/848636b35837c0e98324ef5ac5f2aa15 to your computer and use it in GitHub Desktop.
Save giannisp/848636b35837c0e98324ef5ac5f2aa15 to your computer and use it in GitHub Desktop.
Fix ssh key issues on macOS Sierra 10.12.x
# 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