diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-13 15:13:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-13 15:13:10 -0200 |
commit | 505692a72e5c11f8bd52d726507cee8a91025183 (patch) | |
tree | 779501e603f7bb2332cb55d41c7bcdf4c7a09cf9 /templates/sshd_config/Debian_lenny.erb | |
parent | 30a4593a05a09b669a9cd8fff4318779a532b123 (diff) | |
parent | 2188f46db75d74d00ac4a2cb3cdaa34f98d1148d (diff) | |
download | puppet-sshd-505692a72e5c11f8bd52d726507cee8a91025183.tar.gz puppet-sshd-505692a72e5c11f8bd52d726507cee8a91025183.tar.bz2 |
Merge branch 'master' of git://labs.riseup.net/shared-sshd
Diffstat (limited to 'templates/sshd_config/Debian_lenny.erb')
-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 3e4d1f7..bdccec2 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 -%> |