From 29e15a36925cea6a54fd55927f96a665e8e3ad95 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 31 May 2017 19:49:16 -0300 Subject: Set sshd::print_motd to yes --- config/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3