From 70137bad3f6f25504aba1fbc9e5e383d6d992bfa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Mar 2016 10:18:43 -0300 Subject: Updates sshd config --- manifests/subsystem/sshd.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/subsystem/sshd.pp b/manifests/subsystem/sshd.pp index cf57f72..6650fb9 100644 --- a/manifests/subsystem/sshd.pp +++ b/manifests/subsystem/sshd.pp @@ -11,10 +11,11 @@ class nodo::subsystem::sshd { shared_ip => hiera('nodo::subsystem::sshd::shared_ip', 'yes'), tcp_forwarding => hiera('nodo::subsystem::sshd::tcp_forwarding', 'yes'), x11_forwarding => hiera('nodo::subsystem::sshd::x11_forwarding', 'no'), - hardened_ssl => hiera('nodo::subsystem::sshd::hardened_ssl', 'yes'), + hardened => hiera('nodo::subsystem::sshd::hardened', 'yes'), print_motd => hiera('nodo::subsystem::sshd::print_motd', 'no'), ports => hiera('nodo::subsystem::sshd::ports', [ 22 ]), use_pam => hiera('nodo::subsystem::sshd::use_pam', 'no'), + use_storedconfigs => hiera('nodo::subsystem::use_storedconfigs', false), } # Add the localhost ssh key, useful when one needs -- cgit v1.2.3