From b649819a85336d9ef93f9808e23778855924f79e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 Sep 2022 20:41:02 +0300 Subject: solace: use new SSH CA Sponsored-by: author --- ansible/solace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/solace.yml b/ansible/solace.yml index 1ed0e91..f978757 100644 --- a/ansible/solace.yml +++ b/ansible/solace.yml @@ -332,5 +332,5 @@ sshd_version: 1 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') }}" + sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 solace') }}" + sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}" -- cgit v1.2.1