[Bug 3649] Control sockets do not connect anymore (after updating OpenSSH)

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Mon Jan 29 19:32:25 AEDT 2024


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

--- Comment #10 from Damien Miller <djm at mindrot.org> ---
Does the main process disappear when using -f but not ControlPersist?

If so, then we can use that to get logs. Something like:


ssh -oControlPersist=no -nNf -vvv -oControlMaster=yes yourhost


will background the main mux process but it will still write debug logs
to the terminal. Hopefully one of these will shed light on what is
happening here.

-- 
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