debian defines in sshd_config "include ...", so we should use this, instead of "Include ..."

This commit is contained in:
Denis Knauf 2025-02-21 16:02:19 +01:00
parent f5d6b7521a
commit a8d4923380

View file

@ -56,7 +56,7 @@
path: /etc/ssh/sshd_config
insertbefore: BOF
regexp: '^\s*[iI]nclude\s+/etc/ssh/sshd_config.d/'
line: 'Include /etc/ssh/sshd_config.d/*.conf'
line: 'include /etc/ssh/sshd_config.d/*.conf'
firstmatch: true
tags: sshd
- when: 'false == sshd_include_option'