bugzilla-daemon at mindrot.org
2014-Oct-10 03:11 UTC
[Bug 2292] New: sshd_config(5): DenyUsers, AllowUsers, DenyGroups, AllowGroups should actually tell how the evaluation order matters
https://bugzilla.mindrot.org/show_bug.cgi?id=2292 Bug ID: 2292 Summary: sshd_config(5): DenyUsers, AllowUsers, DenyGroups, AllowGroups should actually tell how the evaluation order matters Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: Documentation Assignee: unassigned-bugs at mindrot.org Reporter: calestyo at scientia.net Hey. in sshd_config(5) DenyUsers, AllowUsers, DenyGroups, AllowGroups directives tell about the order in which they are evaluated. And even while everyone can probably guess this, the crucial part that "the first match wins and then further directives are ignored" is missing. Cheers, Chris. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2014-Oct-10 03:37 UTC
[Bug 2292] sshd_config(5): DenyUsers, AllowUsers, DenyGroups, AllowGroups should actually tell how the evaluation order matters
https://bugzilla.mindrot.org/show_bug.cgi?id=2292 --- Comment #1 from Christoph Anton Mitterer <calestyo at scientia.net> --- Just noted you have a git repo ... so I can write patches for those tiny issues: https://github.com/openssh/openssh-portable/pull/4 -- You are receiving this mail because: You are watching the assignee of the bug.
Seemingly Similar Threads
- [Bug 1690] New: AllowUsers and DenyGroups directives are not parsed in the order specified
- [Bug 2391] New: Enhance AllowGroups documentation in man page
- AllowUsers "logic" and failure to indicate bad configuration
- [Bug 3193] New: Add separate section in sshd_config man page on Access Control
- ((AllowUsers || AllowGroups) && !(AllowUsers && AllowGroups))