From f5333654916e3e41923f538ee21385d4bf96a974 Mon Sep 17 00:00:00 2001 From: nicoo Date: Sun, 6 May 2018 13:14:09 +0200 Subject: [PATCH] tuer: Disallow all password auth --- ansible/tuer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 1.7.10.4