summaryrefslogtreecommitdiff
path: root/templates/sshd_config/CentOS_6.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-05-01 12:45:14 -0400
committerMicah Anderson <micah@riseup.net>2015-05-04 15:42:26 -0400
commitfd82841c1f03d22acf4ed448cd22743a785f573e (patch)
tree8489a024a0f9e8cbcd0a4af5a1b0a577a59bdc7d /templates/sshd_config/CentOS_6.erb
parentb5e16ec06499e45b4efd9f7353bb31f3a972417e (diff)
Change 'hardened_ssl' paramter to simply 'hardened', this makes more
sense in general
Diffstat (limited to 'templates/sshd_config/CentOS_6.erb')
-rw-r--r--templates/sshd_config/CentOS_6.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/CentOS_6.erb b/templates/sshd_config/CentOS_6.erb
index 47cb077..97e9a5b 100644
--- a/templates/sshd_config/CentOS_6.erb
+++ b/templates/sshd_config/CentOS_6.erb
@@ -150,7 +150,7 @@ AllowUsers <%= s %>
AllowGroups <%= s %>
<%- end -%>
-<% if scope.lookupvar('sshd::hardened_ssl') == 'yes' -%>
+<% if scope.lookupvar('sshd::hardened') == 'yes' -%>
Ciphers aes256-ctr
MACs hmac-sha1
<% end -%>