From: Silvio Rhatto Date: Wed, 31 May 2017 22:49:16 +0000 (-0300) Subject: Set sshd::print_motd to yes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=29e15a36925cea6a54fd55927f96a665e8e3ad95;p=puppet-bootstrap.git Set sshd::print_motd to yes --- diff --git a/config/common.yaml b/config/common.yaml index 29fb400..c1a532c 100644 --- a/config/common.yaml +++ b/config/common.yaml @@ -55,7 +55,7 @@ sshd::shared_ip : 'yes' sshd::tcp_forwarding : 'yes' sshd::x11_forwarding : 'no' sshd::hardened : 'yes' -sshd::print_motd : 'no' +sshd::print_motd : 'yes' sshd::ports : [ 22 ] sshd::use_pam : 'no'