diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/common.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/common.yaml b/config/common.yaml index 006c5a8..3c6fe7b 100644 --- a/config/common.yaml +++ b/config/common.yaml @@ -43,3 +43,18 @@ ntp::servers: nodo::subsystem::resolver::nameservers: - '208.67.222.222' - '208.67.220.220' + +# +# OpenSSH +# +sshd::use_storedconfigs : false +sshd::manage_nagios : false +sshd::listen_address : [ "%{::ipaddress}", '127.0.0.1' ] +sshd::password_authentication : 'yes' +sshd::shared_ip : 'yes' +sshd::tcp_forwarding : 'yes' +sshd::x11_forwarding : 'no' +sshd::hardened : 'yes' +sshd::print_motd : 'no' +sshd::ports : [ 22 ] +sshd::use_pam : 'no' |