X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f93235356b0a6a47a562b6d5f21086c56addc570..5f5aedb730d3ac6bec7dd28cdb809d4d8b8d2049:/cookbooks/openssh/templates/default/sshd_config.conf.erb?ds=inline diff --git a/cookbooks/openssh/templates/default/sshd_config.conf.erb b/cookbooks/openssh/templates/default/sshd_config.conf.erb index 00a540a5e..99e427cc4 100644 --- a/cookbooks/openssh/templates/default/sshd_config.conf.erb +++ b/cookbooks/openssh/templates/default/sshd_config.conf.erb @@ -1,3 +1,9 @@ # DO NOT EDIT - This file is being maintained by Chef Port <%= node[:openssh][:port] %> + +<% if node[:openssh][:password_authentication] -%> +PasswordAuthentication yes +<% else -%> +PasswordAuthentication no +<% end -%>