From: nicoo Date: Sun, 6 May 2018 11:14:09 +0000 (+0200) Subject: tuer: Disallow all password auth X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=f5333654916e3e41923f538ee21385d4bf96a974 tuer: Disallow all password auth --- diff --git a/ansible/tuer.yml b/ansible/tuer.yml index f0017c7..db757c5 100644 --- a/ansible/tuer.yml +++ b/ansible/tuer.yml @@ -94,7 +94,7 @@ /etc/config/dropbear: | config dropbear - option PasswordAuth 'on' + option PasswordAuth 'off' option RootPasswordAuth 'off' option Port '22000'