From c4b5e49f6e4b4a31c0c278e464c690823c0ad4fd Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 15 Apr 2016 14:54:47 -0400 Subject: common: SSH authentication clarification --- roles/common/defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roles/common/defaults/main.yml') 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" -- cgit v1.2.3