[Bug 1329] stale control sockets prevent connection multiplexing.

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Jun 3 12:20:33 EST 2011


https://bugzilla.mindrot.org/show_bug.cgi?id=1329

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #10 from Damien Miller <djm at mindrot.org> 2011-06-03 12:20:33 EST ---
IIRC this was fixed in 5.8. We have this code now:

> if (errno == ECONNREFUSED &&
>     options.control_master != SSHCTL_MASTER_NO) {
>         debug("Stale control socket %.100s, unlinking", path);
>         unlink(path);
> }

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list