From: Silvio Rhatto Date: Mon, 28 Mar 2016 17:39:40 +0000 (-0300) Subject: Default SSH config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=54c68a0572fcf356ad561f4784889299b1283d34;p=puppet-bootstrap.git Default SSH 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'