diff options
-rw-r--r-- | manifests/nodo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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", |