From d549f16bd17a736fbb804726bf2b6aa07a721e0e Mon Sep 17 00:00:00 2001 From: admManuel Date: Sun, 4 May 2025 17:05:47 +0000 Subject: [PATCH] Update Linux/SSH/README.md --- Linux/SSH/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux/SSH/README.md b/Linux/SSH/README.md index 6ff4b59..7c676ed 100644 --- a/Linux/SSH/README.md +++ b/Linux/SSH/README.md @@ -21,5 +21,6 @@ Das Skript erlaubt es, SSH-Zugriff nur für bestimmte Benutzer zu konfigurieren. # Secure-SSH Setup ausführen ```bash -curl -s https://gitea.glaeser-it.de/WirFixenAlles/Boilerplates/raw/branch/main/Linux/SSH/secure_ssh.sh | bash +curl -sSL https://gitea.glaeser-it.de/WirFixenAlles/Boilerplates/raw/branch/main/Linux/SSH/secure_ssh.sh -o secure-ssh.sh +bash secure-ssh.sh ``` \ No newline at end of file