[Bug 3841] Configuration parser is broken
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Jun 23 13:56:30 AEST 2025
https://bugzilla.mindrot.org/show_bug.cgi?id=3841
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Everything Darren said is correct, this is very much working as
intended and documented.
I'd just add that the way to do what you want is to add another Match
block before the include, e.g.:
> Host example
> HostName 127.0.0.1
> User admin
> Port 2222
>
> Match any
> Include ~/.ssh/config.d/*.conf
Will do what you want.
--
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