From 22beb0f87b172a974862fde68bf2ff07fcb051f0 Mon Sep 17 00:00:00 2001 From: admManuel Date: Tue, 6 May 2025 12:09:38 +0000 Subject: [PATCH] Update Linux/SSH/secure_ssh.sh --- Linux/SSH/secure_ssh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/SSH/secure_ssh.sh b/Linux/SSH/secure_ssh.sh index 0f85638..1d72892 100644 --- a/Linux/SSH/secure_ssh.sh +++ b/Linux/SSH/secure_ssh.sh @@ -523,7 +523,7 @@ EOL log "Prüfe SSH-Konfiguration..." -# Stelle sicher, dass das Privilege‑Separation‑Verzeichnis existiert +# Stelle sicher, dass das Privilege-Separation-Verzeichnis existiert if [ ! -d /run/sshd ]; then warn "/run/sshd fehlt - erstelle Verzeichnis..." sudo mkdir -p /run/sshd