https://bugzilla.mindrot.org/show_bug.cgi?id=2468
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- IMO the desirable semantics of Include in sshd_config are even more subtle and fraught than those of ssh_config. For example, how should the following behave: Port 22 Include /etc/ssh/config_a PasswordAuthentication no Include /etc/ssh/config_b Match user djm Banner /etc/banner Include /etc/ssh/config_c --- If inclusion operates just by pasting text in, then config_a could radically alter the following configuration if it includes a Match directive. Similarly, config_c's application conditional on the previous Match succeeding? I wish we had a brace-ful configuration language - it would make resolving these way simpler :/ -- 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
