From 5d7ac3ac0bd46f3fa69a88ee51d7a9a5e46a8772 Mon Sep 17 00:00:00 2001 From: teacup-on-rockingchair <315160+teacup-on-rockingchair@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:42:46 +0200 Subject: [PATCH] Make sure that distro delivered config in /usr/etc/ssh/sshd_config is also checked for permissions --- products/sle16/product.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/products/sle16/product.yml b/products/sle16/product.yml index 0dc5122176df..aabd27f77614 100644 --- a/products/sle16/product.yml +++ b/products/sle16/product.yml @@ -45,3 +45,5 @@ sysctl_remediate_drop_in_file: "true" journald_conf_dir_path: /etc/systemd/journal.d xwindows_packages: - xwayland + +sshd_main_config_file: /usr/etc/ssh/sshd_config