]> git.ipfire.org Git - ipfire-2.x.git/commit
openssh: Introduce include directory for additional sshd config files
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 7 Dec 2024 15:03:59 +0000 (16:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 13 Dec 2024 14:36:51 +0000 (14:36 +0000)
commit1a4d5cfd92bb1f52e6670399ef94a36fe97cdf6a
treef04439cb5475bb0c840ea0368d79e22ed3b430eb
parent38067c08c727086c92899042ef40e2f7e17115e7
openssh: Introduce include directory for additional sshd config files

This patch adds the prosibility to place additional *.config files in /etc/ssh/sshd_config.d/
which will be included and loaded during the daemon startup process.

Because this files will not be overwritten by any update, they can be used to place custom
or other persistent settings.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/openssh
config/ssh/sshd_config
lfs/openssh