summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-03 19:56:04 +0200
committerintrigeri <intrigeri@boum.org>2010-10-03 19:56:04 +0200
commit0615dc635c19ea4080d071a9297cd8eb32b47122 (patch)
treebe87b72aa0dfd8b73eebc22bd206df0f56ce161a /templates
parent6b660a56a76d9f17137b13979895cf0c460ab6ef (diff)
Actually allow enabling ChallengeResponseAuthentication on Debian Lenny.
Diffstat (limited to 'templates')
-rw-r--r--templates/sshd_config/Debian_lenny.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/sshd_config/Debian_lenny.erb b/templates/sshd_config/Debian_lenny.erb
index 18f3e4d..3c3d562 100644
--- a/templates/sshd_config/Debian_lenny.erb
+++ b/templates/sshd_config/Debian_lenny.erb
@@ -173,8 +173,6 @@ AllowAgentForwarding yes
AllowAgentForwarding no
<%- end -%>
-ChallengeResponseAuthentication no
-
<%- unless sshd_allowed_users.to_s.empty? then -%>
AllowUsers <%= sshd_allowed_users -%>
<%- end -%>