https://bugzilla.mindrot.org/show_bug.cgi?id=3837
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- Adding a PID token isn't very useful, because it will be different for each ssh ControlMaster and so multiplexing client's won't be able to connect to it unless the ControlPath is explicitly specified. > there's currently no clean or reliable way to identify the PID of this > process via the socket name Sure there is: $ ssh -F none -oControlPath=~/.ssh/ctl-djm@sv32:22 -O check blah Master running (pid=29435) -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
