aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/defaults/main.yml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-04-15 14:54:47 -0400
committerbnewbold <bnewbold@robocracy.org>2016-04-15 14:54:47 -0400
commitc4b5e49f6e4b4a31c0c278e464c690823c0ad4fd (patch)
tree1c9396239a6a44e61d36d10dc238068014e4fcc3 /roles/common/defaults/main.yml
parent46e2c84d862ac4567c0b60b779126b4a1b462a97 (diff)
downloadinfra-c4b5e49f6e4b4a31c0c278e464c690823c0ad4fd.tar.gz
infra-c4b5e49f6e4b4a31c0c278e464c690823c0ad4fd.zip
common: SSH authentication clarification
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"