From 0615dc635c19ea4080d071a9297cd8eb32b47122 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 3 Oct 2010 19:56:04 +0200 Subject: Actually allow enabling ChallengeResponseAuthentication on Debian Lenny. --- templates/sshd_config/Debian_lenny.erb | 2 -- 1 file changed, 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 -%> -- cgit v1.2.3