summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-23 10:00:36 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-23 10:00:36 +0300
commit3a71ccfe327103dbed8d0ab9b5862bee91057efd (patch)
treea27ceac1f780cce5563abcf3f0df4c8c88cade5b
parentb649819a85336d9ef93f9808e23778855924f79e (diff)
downloadansibleness-3a71ccfe327103dbed8d0ab9b5862bee91057efd.tar.gz
shell: update to new SSH CA
Sponsored-by: author
-rw-r--r--ansible/shell-shell.vm.liw.fi.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/shell-shell.vm.liw.fi.yml b/ansible/shell-shell.vm.liw.fi.yml
index 63b63f4..9cd9738 100644
--- a/ansible/shell-shell.vm.liw.fi.yml
+++ b/ansible/shell-shell.vm.liw.fi.yml
@@ -41,5 +41,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key shell-shell.vm.liw.fi') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v4 shell-shell.vm.liw.fi') }}"
- 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 shell-shell.vm.liw.fi') }}"
+ sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"