The solution described in http://live.gnome.org/GnomeKeyring/Ssh works
for me.

Running the following shell script made all my ssh keys usable again:
     mkdir ~/.gnome2/keystore; for i in ~/.ssh/*pub; do key=$(basename $i 
.pub); echo -e "[default]\npurposes=ssh-authentication" > 
~/.gnome2/keystore/${key}.keystore; ln -s ~/.ssh/$key ~/.gnome2/keystore/; done

-- 
seahorse-agent not invoked for second ssh key
https://bugs.launchpad.net/bugs/195908
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to