debian defines in sshd_config "include ...", so we should use this, instead of "Include ..."
This commit is contained in:
parent
f5d6b7521a
commit
a8d4923380
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue