From 230d4380ed55b76426d2c1e3a2762b12c37833ea Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 16 Aug 2021 15:42:27 -0700 Subject: SSHD:NO-PASSWORDS: update configuration value for PermitRootLogin "without-password" is a deprecated alias for "prohibit-password". Signed-off-by: Sean Whitton --- src/property/sshd.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/property/sshd.lisp') 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"))) -- cgit v1.2.3