fix incorrect variable sshd_permit_empty_passwords

This commit is contained in:
Micah Anderson 2008-09-27 11:51:58 -04:00
parent ef6f137cff
commit 213f5c47db
4 changed files with 4 additions and 4 deletions

View file

@ -106,7 +106,7 @@ PasswordAuthentication no
<%- end %>
# 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

View file

@ -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

View file

@ -109,7 +109,7 @@ PasswordAuthentication no
<%- end %>
# 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

View file

@ -102,7 +102,7 @@ PasswordAuthentication no
<%- end %>
# 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