diff options
-rw-r--r-- | config/common.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |