This commit is contained in:
2022-07-20 00:54:30 +02:00
parent 9137c0a021
commit 34d8bccc43
8 changed files with 219 additions and 60 deletions

View File

@ -112,6 +112,7 @@ copy_plain_files_sysctl:
src_path: etc/sysctl.d/10-ddos.conf
dest_path: /etc/sysctl.d/10-ddos.conf
copy_additional_plain_files_sysctl: []
# ---
@ -1053,7 +1054,7 @@ sshd_authorized_keys_file: ".ssh/authorized_keys .ssh/authorized_keys2"
sshd_pubkey_authentication: !!str "yes"
sshd_password_authentication: !!str "yes"
sshd_password_authentication: !!str "no"
sshd_use_pam: !!str "yes"
@ -1093,6 +1094,7 @@ sshd_hostkeyalgorithms:
# - chacha20-poly1305@openssh.com
# - aes256-gcm@openssh.com
# - aes256-ctr
#sshd_ciphers: {}
sshd_ciphers:
- chacha20-poly1305@openssh.com