I can't resist chiming in...
This bug/issue/behaviour is pretty aggravating. I had forgotten about
it after changing the theme on lucid, and was reminded of it after a new
maverick install.
Sure it's easy for us to fix, but for the average Joe it's simply yet another
reason to switch back to a
Running into this on intrepid. I have two keys loaded into my gnome-
keyring agent, one DSA, one RSA. Pubkey auth using the DSA is key is
failing with the "Agent admitted failure" message, but RSA succeeds
immediately after.
Ran an strace, and noticed that it's writing the following to syslog:
7;\''eval "`ssh-agent -s`"; ln
-sf $SSH_AUTH_SOCK $HOME/.ssh/.authsock; echo "Agent authsock
$SSH_AUTH_SOCK"; ssh-add /path/to/mykeys/id_[rd]sa'\'
I hear people also use the "keychain" package to achieve the
same, though I haven't looked