summaryrefslogtreecommitdiff
path: root/std.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-28 15:34:11 +0300
committerLars Wirzenius <liw@liw.fi>2022-12-10 09:17:56 +0200
commit2453e9018e59167974e7aa9db118e856e076ca9a (patch)
tree97f96db67feb0c45b97b2edb0be71026e34699af /std.yml
parent5f046dc34a667ff0d1ec10e809c229c234d43056 (diff)
downloadv-i-2453e9018e59167974e7aa9db118e856e076ca9a.tar.gz
fix: use same name for user CA public key file as debian-ansible
Sponsored-by: author
Diffstat (limited to 'std.yml')
-rw-r--r--std.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/std.yml b/std.yml
index fdb56f8..6eef9cd 100644
--- a/std.yml
+++ b/std.yml
@@ -39,7 +39,7 @@
copy:
content: |
{{ user_ca_pubkey }}
- dest: /etc/ssh/user_ca_keys
+ dest: /etc/ssh/user_ca_pubs
- name: "restrict root logins over ssh to require a key"
lineinfile:
@@ -51,7 +51,7 @@
when: user_ca_pubkey is defined
copy:
content: |
- TrustedUserCAKeys /etc/ssh/user_ca_keys
+ TrustedUserCAKeys /etc/ssh/user_ca_pubs
dest: /etc/ssh/sshd_config.d/userca.conf
- name: "install host key"