aboutsummaryrefslogtreecommitdiff
path: root/templates/sshd_config/Debian_normal.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-09-27 11:51:58 -0400
committerMicah Anderson <micah@riseup.net>2008-09-27 11:51:58 -0400
commit213f5c47dbde3f9ee09831353f4b2e524547e201 (patch)
tree8dead19e1e127cb7aa8137299320fff34b54ae1c /templates/sshd_config/Debian_normal.erb
parentef6f137cff6cf749031423fd7384dbd0f29a7dfc (diff)
downloadpuppet-sshd-213f5c47dbde3f9ee09831353f4b2e524547e201.tar.gz
puppet-sshd-213f5c47dbde3f9ee09831353f4b2e524547e201.tar.bz2
fix incorrect variable sshd_permit_empty_passwords
Diffstat (limited to 'templates/sshd_config/Debian_normal.erb')
-rw-r--r--templates/sshd_config/Debian_normal.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/Debian_normal.erb b/templates/sshd_config/Debian_normal.erb
index a1e1ece..60d93c1 100644
--- a/templates/sshd_config/Debian_normal.erb
+++ b/templates/sshd_config/Debian_normal.erb
@@ -88,7 +88,7 @@ HostbasedAuthentication no
#IgnoreUserKnownHosts yes
# To enable empty passwords, change to yes (NOT RECOMMENDED)
-<%- if real_sshd_empty_passwords.to_s == 'yes' then %>
+<%- if real_sshd_permit_empty_passwords.to_s == 'yes' then %>
PermitEmptyPasswords yes
<% else -%>
PermitEmptyPasswords no