tuer: Disallow all password auth
authornicoo <nicoo@realraum.at>
Sun, 6 May 2018 11:14:09 +0000 (13:14 +0200)
committernicoo <nicoo@realraum.at>
Sun, 6 May 2018 11:14:09 +0000 (13:14 +0200)
ansible/tuer.yml

index f0017c7..db757c5 100644 (file)
@@ -94,7 +94,7 @@
 
             /etc/config/dropbear: |
               config dropbear
-               option PasswordAuth 'on'
+               option PasswordAuth 'off'
                option RootPasswordAuth 'off'
                option Port '22000'