summaryrefslogtreecommitdiff
path: root/templates/sshd_config/Ubuntu_lucid.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sshd_config/Ubuntu_lucid.erb')
-rw-r--r--templates/sshd_config/Ubuntu_lucid.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/Ubuntu_lucid.erb b/templates/sshd_config/Ubuntu_lucid.erb
index cff95a7..1ed8fd7 100644
--- a/templates/sshd_config/Ubuntu_lucid.erb
+++ b/templates/sshd_config/Ubuntu_lucid.erb
@@ -118,7 +118,7 @@ AllowGroups <%= s %>
PrintMotd <%= scope.lookupvar('sshd::print_motd') %>
-<% if scope.lookupvar('sshd::hardened_ssl') == 'yes' -%>
+<% if scope.lookupvar('sshd::hardened') == 'yes' -%>
Ciphers aes256-ctr
MACs hmac-sha1
<% end -%>