]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fix ignore_rhosts variable name
authorMicah Anderson <micah@riseup.net>
Fri, 26 Sep 2008 21:46:36 +0000 (17:46 -0400)
committerMicah Anderson <micah@riseup.net>
Fri, 26 Sep 2008 21:46:36 +0000 (17:46 -0400)
templates/sshd_config/CentOS_normal.erb
templates/sshd_config/Debian_normal.erb
templates/sshd_config/Gentoo_normal.erb
templates/sshd_config/OpenBSD_normal.erb

index 0dbe4e68e6bb05cd0cfcca68df2f4c125def7a90..a7848423c1deaa5d8e42fa79f635e8499624d86b 100644 (file)
@@ -82,7 +82,7 @@ HostbasedAuthentication no
 #IgnoreUserKnownHosts no
 
 # Don't read the user's ~/.rhosts and ~/.shosts files
-<%- if real_sshd_pubkey_authentication.to_s == 'yes' then %>
+<%- if real_sshd_ignore_rhosts.to_s == 'yes' then %>
 IgnoreRhosts yes
 <%- else %>
 IgnoreRhosts no
index 28e799d48f80fa284b70a003994c189a68f6b0aa..cf2495373d0700b597e1cc9cee69c7c7f4b6d55d 100644 (file)
@@ -61,7 +61,7 @@ RhostsRSAAuthentication no
 <% end -%>
 
 # Don't read the user's ~/.rhosts and ~/.shosts files
-<%- if real_sshd_pubkey_authentication.to_s == 'yes' then %>
+<%- if real_sshd_ignore_rhosts.to_s == 'yes' then %>
 IgnoreRhosts yes
 <%- else %>
 IgnoreRhosts no
index 443d8ac4ce93eb8e43e064d71944b982f42984ab..57a80a1a5e90da3a593421c960d96b5a81362691 100644 (file)
@@ -85,7 +85,7 @@ HostbasedAuthentication no
 #IgnoreUserKnownHosts no
 
 # Don't read the user's ~/.rhosts and ~/.shosts files
-<%- if real_sshd_pubkey_authentication.to_s == 'yes' then %>
+<%- if real_sshd_ignore_rhosts.to_s == 'yes' then %>
 IgnoreRhosts yes
 <%- else %>
 IgnoreRhosts no
index e6e9bbc23c38610ccdddfb7a72157d54b18ac1cd..1de6a55b68c55b478d26801eaf57d645c597c651 100644 (file)
@@ -79,7 +79,7 @@ HostbasedAuthentication no
 #IgnoreUserKnownHosts no
 
 # Don't read the user's ~/.rhosts and ~/.shosts files
-<%- if real_sshd_pubkey_authentication.to_s == 'yes' then %>
+<%- if real_sshd_ignore_rhosts.to_s == 'yes' then %>
 IgnoreRhosts yes
 <%- else %>
 IgnoreRhosts no