From 1f92937db83f5364fca213868345fbb3f77f3ae7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 1 Sep 2022 18:04:38 +0300 Subject: VMs on stamina: disable authorized_keys files Sponsored-by: author --- ansible/ssh-dev.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ansible/ssh-dev.yml') diff --git a/ansible/ssh-dev.yml b/ansible/ssh-dev.yml index 09d67ff..3b05e70 100644 --- a/ansible/ssh-dev.yml +++ b/ansible/ssh-dev.yml @@ -3,6 +3,8 @@ become: yes roles: - role: sane_debian_system + - role: sshd + tags: [sshd] - role: unix_users vars: ansible_python_interpreter: /usr/bin/python3 @@ -15,3 +17,6 @@ unix_users_version: 2 unix_users: - username: liw + + sshd_version: 1 + sshd_allow_authorized_keys: yes -- cgit v1.2.1