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