From bd396ba642f9f409387b5aefd863e3b9812bfebd Mon Sep 17 00:00:00 2001 From: Florian Hensel Date: Fri, 12 Dec 2025 21:15:44 +0100 Subject: [PATCH] =?UTF-8?q?openSSH=20-=20Server=20Installation=20instructi?= =?UTF-8?q?ons=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs/docs/Linux_Unternehmen/Server_Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/Linux_Unternehmen/Server_Installation.md b/mkdocs/docs/Linux_Unternehmen/Server_Installation.md index cd15cb3..176b264 100644 --- a/mkdocs/docs/Linux_Unternehmen/Server_Installation.md +++ b/mkdocs/docs/Linux_Unternehmen/Server_Installation.md @@ -231,7 +231,7 @@ PermitRootLogin no Speichern Sie und starten Sie SSH neu: ````bash -sudo systemctl restart sshd +sudo systemctl restart ssh ```` ### Automatische Updates einrichten ````bash