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.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/sshd_config/Ubuntu_lucid.erb b/templates/sshd_config/Ubuntu_lucid.erb
index 36f787b..109b49f 100644
--- a/templates/sshd_config/Ubuntu_lucid.erb
+++ b/templates/sshd_config/Ubuntu_lucid.erb
@@ -121,8 +121,10 @@ PrintMotd <%= scope.lookupvar('sshd::print_motd') %>
<% if scope.lookupvar('sshd::hardened') == 'yes' -%>
<% if (scope.function_versioncmp([scope.lookupvar('::ssh_version'),'6.5'])) >= 0 -%>
KexAlgorithms curve25519-sha256@libssh.org
-<% end -%>
+Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr
+<% else -%>
Ciphers aes256-ctr
+<% end -%>
MACs hmac-sha1
<% end -%>