simplifying openssh-server configuration and relying more on upstream defaults

This commit is contained in:
Farhad Shahbazi
2017-09-05 17:16:57 +02:00
parent 63fbafde7f
commit ff2e6fc873
3 changed files with 26 additions and 83 deletions

View File

@@ -50,7 +50,13 @@ common_scripts:
- { dest: "/usr/local/bin/zombies", src: "scripts/zombies" }
common_openssh: True
common_openssh_ports: []
common_openssh_host_keys: []
common_openssh_listen_addresses: []
common_openssh_permit_root_login: "no"
common_openssh_password_authentication: "no"
common_openssh_keys_root: []
common_openssh_x11_forwarding: "no"
common_aliases:
- "mailer-daemon: postmaster"