I don't have a fix for this problem, but I did just find a workaround: 1) start gnome-keyring-daemon manually; e.g., from a shell prompt, type
/usr/bin/gnome-keyring-daemon --start 2) assuming that $SSH_AUTH_SOCK is pointing to the socket created by the old (now defunct) instance of gnome-keyring-daemon, delete the directory containing it, and replace it by a symlink to the directory created by the new instance of gnome-keyring-daemon; for example, newsockdir=`ls -dt1 /tmp/keyring* | head -1` rm -rf $SSH_AUTH_SOCK ln -s $newsockdir $SSH_AUTH_SOCK This isn't particularly elegant, but it seems to work. -- ssh-aggent stopped accepting connections https://bugs.launchpad.net/bugs/383926 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs