From a88f3d2961afc085b6fcc62677838d6a8aa51a6b Mon Sep 17 00:00:00 2001 From: Andrew Ash Date: Fri, 21 Jul 2023 14:13:36 -0700 Subject: [PATCH] Enable sshd_config.d subfiles --- files/sshd_config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/sshd_config b/files/sshd_config index 1308c8b..2d98b07 100644 --- a/files/sshd_config +++ b/files/sshd_config @@ -1,3 +1,6 @@ +# Apply config from sub-files. Values in sub-files generally overrides values here. +Include /etc/ssh/sshd_config.d/*.conf + # Secure defaults # See: https://stribika.github.io/2015/01/04/secure-secure-shell.html Protocol 2