file-mbr: allow password authentication via ssh

This commit is contained in:
Christoph 2020-07-06 22:23:46 +02:00
parent 7fee8a9243
commit d1c34351b4

View File

@ -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"