From 8f1b15e31afc986a7732aa4b44545807dd8a76f7 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 29 Feb 2020 08:31:53 +0100 Subject: [PATCH] shell: sshd_config: replace deprecated value "without-password" --- shell/sshd_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/sshd_config b/shell/sshd_config index acd7716..791613d 100644 --- a/shell/sshd_config +++ b/shell/sshd_config @@ -47,8 +47,8 @@ PubkeyAuthentication yes # Don't allow empty passwords (default). PermitEmptyPasswords no -# Allow root-login only with public keys. -PermitRootLogin without-password +# Allow root-login only with public keys (default). +PermitRootLogin prohibit-password # Be strict when checking user file permissions (default). StrictModes yes -- 2.43.2