]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
openssh: add support for config snippet includes to ssh and sshd
authorJan Luebbe <jlu@pengutronix.de>
Thu, 18 Aug 2022 11:17:03 +0000 (13:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Aug 2022 21:51:38 +0000 (22:51 +0100)
commit70447c1680672bb4741a9e1c98aadc274e1ed5a0
tree5b1650ae139f7e1b92904501397be4f2d9688102
parent3a66dd6e05a65446a43cba2bf6972e78b2b13c31
openssh: add support for config snippet includes to ssh and sshd

This makes it simpler to set specific ssh/sshd config options by adding
snippet files to /etc/ssh/ssh_config.d/ or /etc/ssh/sshd_config.d/
instead of modifying a copy of the full configuration file. As new
snippets can be added from separate recipes, targeted changes can be
done in multiple layers.

These specific directories are also used in Debian's default
configuration.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssh/openssh/ssh_config
meta/recipes-connectivity/openssh/openssh/sshd_config