aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-12-16 20:21:29 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-12-16 20:21:29 -0200
commit43d0d0a6a6e52f8af6805d0ab586d25ca4cf5586 (patch)
treeca7045c8e627be9b71642ed6ebd673d5f7da5733 /manifests/nodo.pp
parent6909706e566b7c5e06ea3b86c18b4ea8e1b5b466 (diff)
downloadpuppet-nodo-43d0d0a6a6e52f8af6805d0ab586d25ca4cf5586.tar.gz
puppet-nodo-43d0d0a6a6e52f8af6805d0ab586d25ca4cf5586.tar.bz2
Introducing perfect forward secrecy for SSH
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp
index f7741a4..7b8041d 100644
--- a/manifests/nodo.pp
+++ b/manifests/nodo.pp
@@ -42,6 +42,7 @@ class nodo {
$sshd_password_authentication = "yes"
$sshd_shared_ip = "yes"
$sshd_tcp_forwarding = "yes"
+ $sshd_perfect_forward_secrecy = "yes"
file { "/etc/hostname":
owner => "root",