aboutsummaryrefslogtreecommitdiff
path: root/src/property/ssh.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-15 18:04:07 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-16 14:22:31 -0700
commitfa0a34804104de51dce3580052531942629a083e (patch)
tree181b0c57a58b7eb76109bfd2b9eeabd94e9e6b2d /src/property/ssh.lisp
parentaf2b4f1e81a31cdbdb8d640effffc25966f384ec (diff)
downloadconsfigurator-fa0a34804104de51dce3580052531942629a083e.tar.gz
SSH:HAS-USER-KEY: fix application of FILE:SECRET-UPLOADED
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/ssh.lisp')
-rw-r--r--src/property/ssh.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/ssh.lisp b/src/property/ssh.lisp
index 4f7a717..33d2088 100644
--- a/src/property/ssh.lisp
+++ b/src/property/ssh.lisp
@@ -40,7 +40,7 @@
`(eseqprops (file:exists-with-content
,(strcat (unix-namestring dest) ".pub") ,public-key)
,(if iden1
- `(file:secret-uploaded ,iden1 ,dest)
+ `(file:secret-uploaded ,iden1 ,dest ,dest)
`(file:host-secret-uploaded ,dest))))
(defprop %update-known-hosts :posix