aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/defaults/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/defaults/main.yml')
-rw-r--r--roles/common/defaults/main.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/common/defaults/main.yml b/roles/common/defaults/main.yml
index 642f58e..f77cc3f 100644
--- a/roles/common/defaults/main.yml
+++ b/roles/common/defaults/main.yml
@@ -18,7 +18,8 @@ ssh_kex_algorithms: "diffie-hellman-group-exchange-sha256"
ssh_ciphers: "aes256-ctr,aes192-ctr,aes128-ctr"
ssh_macs: "hmac-sha2-512,hmac-sha2-256,hmac-ripemd160"
sshd_allow_passwd: "no"
-sshd_print_motd: "yes"
+sshd_allow_chall_resp: "no"
+sshd_print_motd: "no"
sshd_allow_root: "without-password"
sshd_forward_x11: "yes"