diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-02 12:03:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-02 12:03:21 -0300 |
commit | 59b7f114e4db75aa3d134b8d2d8a3a36271f37d7 (patch) | |
tree | faee925240714b633218448633c841f0de89dbe1 /config | |
parent | 29e15a36925cea6a54fd55927f96a665e8e3ad95 (diff) | |
download | puppet-bootstrap-59b7f114e4db75aa3d134b8d2d8a3a36271f37d7.tar.gz puppet-bootstrap-59b7f114e4db75aa3d134b8d2d8a3a36271f37d7.tar.bz2 |
Rollback sshd::print_motd
Diffstat (limited to 'config')
-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 c1a532c..29fb400 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 : 'yes' +sshd::print_motd : 'no' sshd::ports : [ 22 ] sshd::use_pam : 'no' |