From 37710d4402107acac363fbed4a00329aa5eb6c7b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 1 Sep 2022 16:18:17 +0300 Subject: stamina: get host key from sshca, not pass Sponsored-by: author --- ansible/stamina.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/stamina.yml b/ansible/stamina.yml index 10b3db7..8d7b2ae 100644 --- a/ansible/stamina.yml +++ b/ansible/stamina.yml @@ -176,6 +176,6 @@ smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}" sshd_version: 1 - sshd_host_key: "{{ lookup('pipe', 'pass ssh/host/stamina') }}" + sshd_host_key: "{{ lookup('pipe', 'sshca host private-key stamina') }}" sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v4 stamina') }}" sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}" -- cgit v1.2.1