sshd privilege separation directory creation

This commit is contained in:
2023-07-12 10:16:29 +02:00
parent c767827ce1
commit 1db37bfbb6

View File

@@ -58,3 +58,9 @@
group: root group: root
mode: '0644' mode: '0644'
notify: restart_fail2ban notify: restart_fail2ban
- name: system setup | openssh | creating privilege separation directory
tags: ssh,system,settings
file:
path: "/run/sshd"
state: directory