From 4063ce59ca08b3361e278923cf5d1b95ce024033 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Sat, 24 Aug 2024 18:24:04 +0200 Subject: [PATCH] Fix openssh authorized_keys --- openssh/config.ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/config.ansible.yml b/openssh/config.ansible.yml index c347815..246ba90 100644 --- a/openssh/config.ansible.yml +++ b/openssh/config.ansible.yml @@ -17,7 +17,7 @@ - name: Configure root authorized_keys template: src: files/openssh_authorized_keys - dest: /root/.ssh/authroized_keys + dest: /root/.ssh/authorized_keys mode: "0644" owner: root group: root