Fix rights for sshd_config
This commit is contained in:
6
vars/linux.yml
Normal file
6
vars/linux.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
sshd_config_props:
|
||||
mode: 0640
|
||||
owner: root
|
||||
group: root
|
7
vars/openbsd.yml
Normal file
7
vars/openbsd.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
sshd_config_props:
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
|
Reference in New Issue
Block a user