fix(cis): remove deprecated sshd options and update hardening values

This commit is contained in:
2026-02-20 20:17:52 +01:00
parent a2993212ca
commit 524356cf8d
6 changed files with 9 additions and 4 deletions

View File

@@ -9,4 +9,4 @@
ansible.builtin.command: >
{{ chroot_command }} systemctl mask {{ 'nftables' if system_cfg.features.firewall.toolkit == 'iptables' else 'iptables' }} bluetooth rpcbind
register: cis_mask_services_result
changed_when: cis_mask_services_result.rc == 0
changed_when: "'Created symlink' in cis_mask_services_result.stderr"