aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/sshd.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/sshd.lisp b/src/property/sshd.lisp
index c1a969b..e4c1061 100644
--- a/src/property/sshd.lisp
+++ b/src/property/sshd.lisp
@@ -45,7 +45,7 @@ refuses to proceed if root has no authorized_keys."
(unless (and (remote-exists-p ".ssh/authorized_keys")
(plusp (length (readfile ".ssh/authorized_keys"))))
(failed-change "root has no authorized_keys"))
- (configured "PermitRootLogin" "without-password"
+ (configured "PermitRootLogin" "prohibit-password"
"PasswordAuthentication" "no")))