[Bug 2889] Use of -o ControlPath=<socket> -O check requires bogus string as part of host's name?

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Aug 10 10:25:19 AEST 2018


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

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED
                 CC|                            |djm at mindrot.org

--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Yes - this is intentional.

ControlPath may contain %-expansions that need a hostname to expand
fully.

We could conceivably check to see whether ControlPath actually needs
this and make the hostname optional but 1) ControlPaths that use %h are
common and 2) I'd rather not make the argument parsing code more of a
maze than it already is.

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