I want to use an SSH-Private-Key generated on Debian 7 with my MacOS-Machine. So I copied id_rsa and id_rsa.pub to .ssh/ on my Mac. The Key is recognized, but every time I enter my passphrase the message "Saving password to keychain failed" and the login fails.
Do I have to convert the key in any way?
Thanks in advance.
ssh-keygen -p -f ~/.ssh/id_rsa?