summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-14 13:41:05 -0500
committerMicah Anderson <micah@riseup.net>2010-12-14 13:41:05 -0500
commit167cf532711ac88e9d93fe77b9d904206d98ac1a (patch)
treeb1a9124b02e3a6a634db0c56594eac59613f7de5 /templates
parent72e24df3b6abbd28dccc8d3fb9a240a62220cdfe (diff)
"ChallengeResponseAuthentication no" was being hardcoded later in the Debian Lenny sshd_config template, even though we offer it as a variable. With this commit, the variable will actually work, rather than be overriden
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 -%>