From 3662c5a2a5db912109f82970691f762df285ac92 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sun, 30 Jan 2011 21:24:00 -0500 Subject: Finish fixing ChallengeResponseAuthentication This value was hardcoded in both the Debian lenny and etch templates. The lenny template was fixed with commit 167cf532711ac88 but the etch template was left out. Fix the etch template so that the ChallengeResponseAuthentication instruction is not overridden. Signed-off-by: Gabriel Filion --- templates/sshd_config/Debian_etch.erb | 2 -- 1 file changed, 2 deletions(-) (limited to 'templates') diff --git a/templates/sshd_config/Debian_etch.erb b/templates/sshd_config/Debian_etch.erb index 746a447..a9a9f59 100644 --- a/templates/sshd_config/Debian_etch.erb +++ b/templates/sshd_config/Debian_etch.erb @@ -167,8 +167,6 @@ AllowTcpForwarding yes AllowTcpForwarding no <%- end -%> -ChallengeResponseAuthentication no - <%- unless sshd_allowed_users.to_s.empty? then -%> AllowUsers <%= sshd_allowed_users -%> <%- end -%> -- cgit v1.2.3