forked from ansible-lockdown/RHEL9-CIS
dest to path 5.2.1
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
388dbd797c
commit
9cf1f08eec
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
- name: "5.2.1 | Ensure permissions on /etc/ssh/sshd_config are configured"
|
- name: "5.2.1 | Ensure permissions on /etc/ssh/sshd_config are configured"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
dest: /etc/ssh/sshd_config
|
path: /etc/ssh/sshd_config
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue