It seems that ssh-add -K ~/.ssh/id_rsa will load your key but will ask for the password each time you reboot.
I am looking for a solution that would not require me to re-enter the key password between logins.
|
Add the public key in:
Public key usually are on:
Hope that helps |
|||||||
|
id_rsakey has a password on it. – Sorin Sbarnea Apr 13 '12 at 16:46ssh-add, but just runsshdirectly. You should get a window popping up that will as the pass phrase for the key, and with a checkbox to let you store it in your keychain. – Harald Hanche-Olsen Apr 13 '12 at 18:19