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