diff options
author | Micah Anderson <micah@riseup.net> | 2008-09-26 17:46:36 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-09-26 17:46:36 -0400 |
commit | d2b60a477aceec818c79bae901cfb7068e85985e (patch) | |
tree | 2c9d4437917145766f48d15b31959691055e3ac1 /templates/sshd_config/CentOS_normal.erb | |
parent | 06163fbb920bf7f8dbb7ae2018e1f861003ed9ce (diff) | |
download | puppet-sshd-d2b60a477aceec818c79bae901cfb7068e85985e.tar.gz puppet-sshd-d2b60a477aceec818c79bae901cfb7068e85985e.tar.bz2 |
fix ignore_rhosts variable name
Diffstat (limited to 'templates/sshd_config/CentOS_normal.erb')
-rw-r--r-- | templates/sshd_config/CentOS_normal.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/CentOS_normal.erb b/templates/sshd_config/CentOS_normal.erb index 0dbe4e6..a784842 100644 --- a/templates/sshd_config/CentOS_normal.erb +++ b/templates/sshd_config/CentOS_normal.erb @@ -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 |