From c7d8a5c7a93ac5173f78fa09f50e415ed12f0995 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 10 Sep 2022 20:10:22 +0300 Subject: fix: solace: get host key from sshca, not pass Sponsored-by: author --- ansible/solace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/solace.yml b/ansible/solace.yml index 3dc6b3f..1ed0e91 100644 --- a/ansible/solace.yml +++ b/ansible/solace.yml @@ -331,6 +331,6 @@ ytop sshd_version: 1 - sshd_host_key: "{{ lookup('pipe', 'pass ssh/host/solace') }}" + sshd_host_key: "{{ lookup('pipe', 'sshca host private-key solace') }}" sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v4 solace') }}" sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}" -- cgit v1.2.1