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