How to Fix SSH Keys/passphrase Issue on Mac OS X 10.12
-
MAC OS X
Sierra
SSH
Overview
Summary
- In previous versions of MAC OS,
ssh-agent
used to remember the passphrase for the keys I added to the keychain withssh-add -K
. -
After a reboot (or logout/login), it automatically picked up the passphrase from the keychain with no extra step.
- In MAC OS X 10.12 Sierra, I have to manually poke the agent to recognize there are passphrase on the keychain
How to Fix
- Above command automatically run
ssh-add -A
at login/reboot.
Newsletter
Get updated when I create new content.
Unsubscribe whenever. Never any spam.