diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-05-31 19:49:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-05-31 19:49:16 -0300 |
commit | 29e15a36925cea6a54fd55927f96a665e8e3ad95 (patch) | |
tree | 52d50c79ef12b27b99f40ebaabfb2c8d1d508845 | |
parent | 8a13cb580a35b242fad5f999c0502ebb6c1d3687 (diff) | |
download | puppet-bootstrap-29e15a36925cea6a54fd55927f96a665e8e3ad95.tar.gz puppet-bootstrap-29e15a36925cea6a54fd55927f96a665e8e3ad95.tar.bz2 |
Set sshd::print_motd to yes
-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' |