diff options
author | intrigeri <intrigeri@boum.org> | 2010-10-03 19:56:04 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-10-03 19:56:04 +0200 |
commit | 0615dc635c19ea4080d071a9297cd8eb32b47122 (patch) | |
tree | be87b72aa0dfd8b73eebc22bd206df0f56ce161a /templates/sshd_config | |
parent | 6b660a56a76d9f17137b13979895cf0c460ab6ef (diff) | |
download | puppet-sshd-0615dc635c19ea4080d071a9297cd8eb32b47122.tar.gz puppet-sshd-0615dc635c19ea4080d071a9297cd8eb32b47122.tar.bz2 |
Actually allow enabling ChallengeResponseAuthentication on Debian Lenny.
Diffstat (limited to 'templates/sshd_config')
-rw-r--r-- | templates/sshd_config/Debian_lenny.erb | 2 |
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 -%> |