aboutsummaryrefslogtreecommitdiff
path: root/src/property/sshd.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/sshd.lisp')
-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 7f35195..8d1022c 100644
--- a/src/property/sshd.lisp
+++ b/src/property/sshd.lisp
@@ -41,7 +41,7 @@ To prevent lockouts, also enables logging in as root with an SSH key, and
refuses to proceed if root has no authorized_keys."
(:desc "SSH passwords disabled")
(:apply
- (assert-euid-root)
+ (assert-remote-euid-root)
(unless (and (remote-exists-p ".ssh/authorized_keys")
(plusp (length (read-remote-file ".ssh/authorized_keys"))))
(failed-change "root has no authorized_keys"))