update..
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user