summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-07 15:30:07 +0000
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-07 15:30:07 +0000
commitdf03b0865c03b3408c969fc4e8fae53e0f28f1e4 (patch)
tree23d6821762f4b06af3809e686a722edd98af94b2 /manifests/init.pp
parentb5e16ec06499e45b4efd9f7353bb31f3a972417e (diff)
parente4a9c15987372e63ace244a92619bdd2e4c5407a (diff)
Merge branch 'enhance_hardened' into 'master'
Enhance hardened This implements as many recommendations in https://stribika.github.io/2015/01/04/secure-secure-shell.html as possible See merge request !10
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0f8c472..2dfc71c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -40,7 +40,7 @@ class sshd(
OpenBSD => '%h/.ssh/authorized_keys',
default => '%h/.ssh/authorized_keys %h/.ssh/authorized_keys2',
},
- $hardened_ssl = 'no',
+ $hardened = 'no',
$sftp_subsystem = '',
$head_additional_options = '',
$tail_additional_options = '',