From d4909dd0466662a56d272c3735c3657a9dfbea31 Mon Sep 17 00:00:00 2001 From: Ralf-Peter Wolff Date: Fri, 29 Nov 2024 21:32:52 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8521a3f..ea31b4e 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,8 @@ sed -i 's|[#]*PasswordAuthentication no|PasswordAuthentication yes|g' /etc/ssh/s sed -i 's|UsePAM no|UsePAM yes|g' /etc/ssh/sshd_config service ssh restart ``` + +effektive sshd Konfiguration +``` +sshd -T +``` \ No newline at end of file