bugzilla-daemon at mindrot.org
2020-May-17 17:38 UTC
[Bug 3165] New: man sshd_config does not define order of includes when using globbing
https://bugzilla.mindrot.org/show_bug.cgi?id=3165
Bug ID: 3165
Summary: man sshd_config does not define order of includes when
using globbing
Product: Portable OpenSSH
Version: 8.2p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: Flupp+bugzilla.mindrot.org at mailbox.org
The Include keyword in sshd config files supports globbing. The man
page does not define the order of includes when globbing matches
several filenames, however, order is important because ?[f]or each
keyword, the first obtained value will be used.?
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2020-May-29 05:25 UTC
[Bug 3165] man sshd_config does not define order of includes when using globbing
https://bugzilla.mindrot.org/show_bug.cgi?id=3165
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |3162
Resolution|--- |FIXED
CC| |djm at mindrot.org
Status|NEW |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
Thanks, I've updated the manpages to mention they process in lexical
order:
> Include the specified configuration file(s).
> Multiple pathnames may be specified and each pathname may contain
> .Xr glob 7
>-wildcards.
>+wildcards that will be expanded and processed in lexical order.
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=3162
[Bug 3162] Tracking bug for 8.4 release
--
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.
bugzilla-daemon at mindrot.org
2021-Mar-03 22:54 UTC
[Bug 3165] man sshd_config does not define order of includes when using globbing
https://bugzilla.mindrot.org/show_bug.cgi?id=3165
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
close bugs that were resolved in OpenSSH 8.5 release cycle
--
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.