https://bugzilla.mindrot.org/show_bug.cgi?id=1918
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #33 from Damien Miller <[email protected]> --- I couldn't reach consensus with the other developers on applying this patch, so have clarified the documentation instead: > Note that a negated match will never produce a positive result > by itself. For example, attempting to match "host3" against the > following pattern-list will fail: > > from="!host1,!host2" > > The solution here is to include a term that will yield a > positive match, such as a wildcard: > > from="!host1,!host2,*" -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
