Actually allow enabling ChallengeResponseAuthentication on Debian Lenny.

This commit is contained in:
intrigeri 2010-10-03 19:56:04 +02:00
parent 6b660a56a7
commit 0615dc635c

View file

@ -173,8 +173,6 @@ AllowAgentForwarding yes
AllowAgentForwarding no
<%- end -%>
ChallengeResponseAuthentication no
<%- unless sshd_allowed_users.to_s.empty? then -%>
AllowUsers <%= sshd_allowed_users -%>
<%- end -%>