From f38ea60ab04e6bdbae3ab0a3b393e760592f58cd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 13 Jul 2011 18:45:32 -0300 Subject: Removing sshd_use_strong_ciphers parameter as sshd_hardened_ssl does the job --- manifests/nodo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/nodo.pp') diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 9d57ae2..fbe6ca0 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -42,7 +42,7 @@ class nodo { $sshd_password_authentication = "yes" $sshd_shared_ip = "yes" $sshd_tcp_forwarding = "yes" - $sshd_use_strong_ciphers = "yes" + $sshd_hardened_ssl = "yes" file { "/etc/hostname": owner => "root", -- cgit v1.2.3