K 10 svn:author V 3 jdp K 8 svn:date V 27 1997-07-19T19:28:35.000000Z K 7 svn:log V 436 Prevent this server error message: fatal: Local: Agent socket bind failed: Address already in use It would happen when the server tried to create the Unix domain socket "/tmp/ssh-username/agent-socket-123", if the file already existed. It could already exist if it happened to be left over from a system crash. This patch unlinks the file before attempting the bind operation. I will send this patch to ssh-bugs@cs.hut.fi too. END