[consfigurator] ssh:system-known-host property

David Bremner david at tethera.net
Thu Mar 23 13:14:59 GMT 2023


I have host definition that I cut down to (foo.bar a censored real host name)

(defhost minkowski.local
    (:deploy ((:ssh :user "root") :sbcl))
  "workstation"
  (ssh:system-known-host foo.bar))

When I deploy it with *consfigurator-debug-level* at 4, I get

;;     minkowski.local :: foo.bar is system known host to ssh client ... ok

There is nothing indented before or after this, so it looks like some
fast path, but I'm not seeing any changes to /etc/ssh_known_hosts. Any
ideas how to debug this?

d




More information about the sgo-software-discuss mailing list