Running on Mac OS X and I switched to zsh a couple months ago & started using git quite heavily. At each initial login now I'm getting a prompt for my .ssh/id_rsa passphrase:
starting...
Enter passphrase for ~/.ssh/id_rsa
Identity added: ~/.ssh/id_dsa (path to id_dsa)
I assume I could just regenerate my rsa cert, however I was curious as to what the "best" approach would be in this case so as to not have to enter a passphrase each time now.
ssh-addin your zsh "profile" file? – grawity Nov 3 '11 at 0:26