Comment 90 for bug 201786

Revision history for this message
Peter Ansell (p-ansell) wrote :

The workaround of the following commands only works until I log out (not restarting the computer):

mv $SSH_AUTH_SOCK $SSH_AUTH_SOCK.broken
ssh-agent -a $SSH_AUTH_SOCK
ssh-add

When I log back in, without having to restart the computer, the SSH_AUTH_SOCK is corrupted again, and it seems to be consistent. If there are any commands I could run before and after logging out I am more than happy to contribute.