Update Linux/SSH/README.md

This commit is contained in:
2025-05-04 17:05:47 +00:00
parent c847df1773
commit d549f16bd1

View File

@@ -21,5 +21,6 @@ Das Skript erlaubt es, SSH-Zugriff nur für bestimmte Benutzer zu konfigurieren.
# Secure-SSH Setup ausführen # Secure-SSH Setup ausführen
```bash ```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
``` ```