From 54c68a0572fcf356ad561f4784889299b1283d34 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 28 Mar 2016 14:39:40 -0300 Subject: Default SSH config --- config/common.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config') diff --git a/config/common.yaml b/config/common.yaml index 006c5a8..3c6fe7b 100644 --- a/config/common.yaml +++ b/config/common.yaml @@ -43,3 +43,18 @@ ntp::servers: nodo::subsystem::resolver::nameservers: - '208.67.222.222' - '208.67.220.220' + +# +# OpenSSH +# +sshd::use_storedconfigs : false +sshd::manage_nagios : false +sshd::listen_address : [ "%{::ipaddress}", '127.0.0.1' ] +sshd::password_authentication : 'yes' +sshd::shared_ip : 'yes' +sshd::tcp_forwarding : 'yes' +sshd::x11_forwarding : 'no' +sshd::hardened : 'yes' +sshd::print_motd : 'no' +sshd::ports : [ 22 ] +sshd::use_pam : 'no' -- cgit v1.2.3