Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

   ForwardAgent yes
   Protocol 2
   AddKeysToAgent yes
   UseKeychain yes

You should be able to manually add your private key passphrase to the Apple Keychain with "ssh-add -K ~/.ssh/id_rsa" (assuming ~/.ssh/id_rsa is your private key). You only need to do this once per key.

Linux/UNIX: ssh-agent & ssh-add

...