From d675984362ad647de6ba2226e4da0dcae33b8ac8 Mon Sep 17 00:00:00 2001 From: Ralf-Peter Wolff Date: Fri, 29 Nov 2024 21:17:25 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f043af..46f4be8 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,5 @@ chmod 600 ~/.ssh/authorized_keys ``` sed -ri "s/^#? *PasswordAuthentication *yes.*/PasswordAuthentication no/" /etc/ssh/sshd_config -sudo systemctl restart ssh +systemctl restart ssh ```