diff --git a/roles/sshd-config/tasks/main.yaml b/roles/sshd-config/tasks/main.yaml index c35f360..3e749dd 100644 --- a/roles/sshd-config/tasks/main.yaml +++ b/roles/sshd-config/tasks/main.yaml @@ -17,8 +17,3 @@ copy: src: authorized_keys dest: /root/.ssh/authorized_keys - -- name: Authorized Keys - copy: - src: authorized_keys_sheppy - dest: /home/sheppy/.ssh/authorized_keys