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