From b5565b24fd5cbd37884316baa95eb9e26a06513c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20Fele-=C5=BDor=C5=BE?= Date: Tue, 10 Sep 2024 14:11:35 +0200 Subject: [PATCH] Add RuntimeDirectory to ssh service Fixes "Missing privilege separation directory: /var/run/sshd" --- files/sshd@mgmt.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/sshd@mgmt.service b/files/sshd@mgmt.service index 7b63f30..bdcb2a3 100644 --- a/files/sshd@mgmt.service +++ b/files/sshd@mgmt.service @@ -11,6 +11,8 @@ KillMode=process Restart=on-failure RestartPreventExitStatus=255 Type=notify +RuntimeDirectory=sshd +RuntimeDirectoryMode=0755 [Install] WantedBy=multi-user.target