From 95ff390948f7fb61616815da0020b86f2f4f4b0a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 23 Feb 2011 14:42:22 -0300 Subject: Changing parameter name sshd_perfect_forward_secrecy to sshd_use_strong_ciphers --- 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 b7efb96..9d57ae2 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_perfect_forward_secrecy = "yes" + $sshd_use_strong_ciphers = "yes" file { "/etc/hostname": owner => "root", -- cgit v1.2.3