roles/common: Remove duplicate option in sshd_config

This commit is contained in:
Alan Orth 2017-11-01 13:22:18 +02:00
parent 0463c3c0b8
commit 620e8258ac
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 3 deletions

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