roles/common: Remove duplicate option in sshd_config

This commit is contained in:
2017-11-01 13:22:18 +02:00
parent 0463c3c0b8
commit 620e8258ac

View File

@ -60,9 +60,6 @@ AuthorizedKeysFile .ssh/authorized_keys
#PasswordAuthentication yes
#PermitEmptyPasswords no
# Password based logins are disabled - only public key based logins are allowed.
AuthenticationMethods publickey
# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no