[Bug 2468] Option to include external files to sshd_config
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Jul 8 14:32:50 AEST 2016
https://bugzilla.mindrot.org/show_bug.cgi?id=2468
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
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.
More information about the openssh-bugs
mailing list