From d1c34351b41a0fcdb5b782486e435de40831c11b Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 6 Jul 2020 22:23:46 +0200 Subject: [PATCH] file-mbr: allow password authentication via ssh --- host_vars/file-mbr.mbr-bln.netz.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host_vars/file-mbr.mbr-bln.netz.yml b/host_vars/file-mbr.mbr-bln.netz.yml index 15e708a..ef4bc4d 100644 --- a/host_vars/file-mbr.mbr-bln.netz.yml +++ b/host_vars/file-mbr.mbr-bln.netz.yml @@ -15,6 +15,8 @@ set_default_limit_nofile: true sshd_permit_root_login: !!str "yes" +sshd_password_authentication: !!str "yes" + sshd_use_pam: !!str "no" sshd_print_motd: !!str "yes"