https://bugzilla.mindrot.org/show_bug.cgi?id=2717
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Attachment #2979| |ok?([email protected]) Flags| | --- Comment #3 from Damien Miller <[email protected]> --- Created attachment 2979 --> https://bugzilla.mindrot.org/attachment.cgi?id=2979&action=edit Allow LogLevel to appear in sshd_config Match blocks I think the best way to do this would be to allow LogLevel to appear inside Match blocks, so you can do: Match 192.20.123.45 LogLevel quiet LogLevel is only currently supported at the top level of config and not inside Match, so this patch fixes that. -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
