]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
openssh: disable password authentication by default (except dev)
[chef.git] / roles / dev.rb
index d546c7d1fda3c0c6e6a72f142b816353e2e63c32..3ba2b803f356b3ea7d565d39bf6d38083d9a98e9 100644 (file)
@@ -151,6 +151,9 @@ default_attributes(
         "kernel.shmmax" => "17179869184"
       }
     }
+  },
+  :openssh => {
+    :password_authentication => true
   }
 )