make ssh-certs for hogweed1 again.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s

This commit is contained in:
hogweed1
2026-06-21 02:05:06 +10:00
parent b780777adf
commit bee9fe3c03

View File

@@ -24,3 +24,12 @@
regexp: '^%hogweed1' regexp: '^%hogweed1'
line: '%hogweed1 ALL=(ALL) NOPASSWD: ALL' line: '%hogweed1 ALL=(ALL) NOPASSWD: ALL'
validate: 'visudo -cf %s' validate: 'visudo -cf %s'
- name: auth_principals чтобы пускало по сертификату
copy:
dest: "/etc/ssh/auth_principals/hogweed1"
content: "pmc-314\n"
owner: root
group: root
mode: '0644'