]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/sshd_config
shell: sshd_config: replace deprecated value "without-password"
[config/dotfiles.git] / shell / sshd_config
index acd771665b0ba8392025c76e9b44629a7b2a7e00..791613d621717d3fcadee53d49c08526786e647c 100644 (file)
@@ -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