[Bug 1329] stale control sockets prevent connection multiplexing.
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Mar 10 02:33:59 EST 2011
https://bugzilla.mindrot.org/show_bug.cgi?id=1329
David Woodhouse <dwmw2 at infradead.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|stale control sockets |stale control sockets
|prevent connection. |prevent connection
| |multiplexing.
Status|CLOSED |REOPENED
Resolution|FIXED |
--- Comment #7 from David Woodhouse <dwmw2 at infradead.org> 2011-03-10 02:33:59 EST ---
This *used* to work with my old patches; the stale control socket would
be removed.
$ ssh macbook
Control socket connect(/home/dwmw2/.ssh/sockets/macbook-22-dwmw2):
Connection refused
ControlSocket /home/dwmw2/.ssh/sockets/macbook-22-dwmw2 already exists,
disabling multiplexing
[dwmw2 at macbook ~]$ logout
Connection to macbook closed.
$ ssh macbook
Control socket connect(/home/dwmw2/.ssh/sockets/macbook-22-dwmw2):
Connection refused
ControlSocket /home/dwmw2/.ssh/sockets/macbook-22-dwmw2 already exists,
disabling multiplexing
[dwmw2 at macbook ~]$
--
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