summaryrefslogtreecommitdiff
path: root/std.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-28 15:35:47 +0300
committerLars Wirzenius <liw@liw.fi>2022-12-10 09:17:56 +0200
commit46048ef1064d81168f6cddbd9d01c97add25261f (patch)
tree3963c95b48ddf6fa653ca0d38bbe00f34686aa48 /std.yml
parent2453e9018e59167974e7aa9db118e856e076ca9a (diff)
downloadv-i-46048ef1064d81168f6cddbd9d01c97add25261f.tar.gz
fix: use same filename for sshd config as debian-ansible for user CA
Sponsored-by: author
Diffstat (limited to 'std.yml')
-rw-r--r--std.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/std.yml b/std.yml
index 6eef9cd..f38c4a1 100644
--- a/std.yml
+++ b/std.yml
@@ -52,7 +52,7 @@
copy:
content: |
TrustedUserCAKeys /etc/ssh/user_ca_pubs
- dest: /etc/ssh/sshd_config.d/userca.conf
+ dest: /etc/ssh/sshd_config.d/user_ca.conf
- name: "install host key"
when: host_key is defined