mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 17:59:41 +01:00
changed ssh pubkey name
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
ansible.posix.authorized_key:
|
||||
user: "{{ user['name'] }}"
|
||||
state: present
|
||||
key: "{{ lookup('file', 'simon_win11.pub') }}"
|
||||
key: "{{ lookup('file', 'key.pub') }}"
|
||||
|
||||
- name: Harden SSH Config
|
||||
ansible.builtin.lineinfile:
|
||||
|
||||
Reference in New Issue
Block a user