From d2a3a9bccfc0b03bae236cb48e486facff3e8b49 Mon Sep 17 00:00:00 2001 From: admManuel Date: Tue, 6 May 2025 12:05:58 +0000 Subject: [PATCH] Update Linux/SSH/secure_ssh.sh --- Linux/SSH/secure_ssh.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linux/SSH/secure_ssh.sh b/Linux/SSH/secure_ssh.sh index 2f20007..c23ae3e 100644 --- a/Linux/SSH/secure_ssh.sh +++ b/Linux/SSH/secure_ssh.sh @@ -272,11 +272,11 @@ else fi # Konfiguriere SSH für die Include-Direktive -warn "Setze /etc/ssh/sshd_config zurück auf Include‑Direktive..." +warn "Setze /etc/ssh/sshd_config zurück auf Include-Direktive..." sudo tee "$SSH_MAIN_CONFIG" > /dev/null <