X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fsshd_config;h=791613d621717d3fcadee53d49c08526786e647c;hb=fc5ffa41b00e58d52a9a972ab5b9774780332c32;hp=acd771665b0ba8392025c76e9b44629a7b2a7e00;hpb=acbc561fcc66fcfc1a013cab4033fa272f7c5643;p=config%2Fdotfiles.git 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