aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 19:32:21 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 19:32:21 -0700
commitbbf7748e86841f59fbcee8ee4f775f170ba568cb (patch)
treeda98ca05b60745a63e3784b02d63f0586e93dd10
parent86da94bd2f9a97da79e8d6900511121b913b9a44 (diff)
downloadconsfigurator-bbf7748e86841f59fbcee8ee4f775f170ba568cb.tar.gz
SSHD:CONFIGURED: fix path
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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 8120147..5a3be00 100644
--- a/src/property/sshd.lisp
+++ b/src/property/sshd.lisp
@@ -28,4 +28,4 @@
"Set key--value pairs in /etc/ssh/sshd_config."
(:desc (format nil "sshd configured ~{~A ~A~^, ~}" pairs))
(:apply
- (apply #'file:contains-conf-space "/home/spwhitton/tmp/config" pairs)))
+ (apply #'file:contains-conf-space "/etc/ssh/sshd_config" pairs)))