[Bug 383926] Re: ssh-aggent stopped accepting connections
Steven Winikoff
smw at alcor.concordia.ca
Wed Jun 23 03:56:26 BST 2010
Oops, I was a bit quick on the trigger -- $SSH_AUTH_SOCK points directly
to the socket, not to the directory containing it. :-( The correct
workaround is as follows (i.e., this is a correction to comment #9
above):
/usr/bin/gnome-keyring-daemon --start
newsockdir=`ls -dt1 /tmp/keyring* | head -1`
rm -rf $SSH_AUTH_SOCK
ln -s $newsockdir `dirname $SSH_AUTH_SOCK`
As Bullwinkle would say, "this time for sure". :-)
--
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.
More information about the Ubuntu-server-bugs
mailing list