From: Simon Ruderich Date: Sat, 29 Feb 2020 07:31:53 +0000 (+0100) Subject: shell: sshd_config: replace deprecated value "without-password" X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=8f1b15e31afc986a7732aa4b44545807dd8a76f7 shell: sshd_config: replace deprecated value "without-password" --- 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