From 7e6d3af6f8b207133b3c71f9c714e19b68a4fc4e Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 21 Oct 2010 15:31:31 +0200 Subject: lenny already has AcceptEnv by default --- templates/sshd_config/Debian_lenny.erb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates') diff --git a/templates/sshd_config/Debian_lenny.erb b/templates/sshd_config/Debian_lenny.erb index e0b1917..4648a22 100644 --- a/templates/sshd_config/Debian_lenny.erb +++ b/templates/sshd_config/Debian_lenny.erb @@ -136,6 +136,9 @@ KeepAlive yes #Banner /etc/issue.net #ReverseMappingCheck yes +# Allow client to pass locale environment variables +AcceptEnv LANG LC_* + <%- if sshd_sftp_subsystem.to_s.empty? then %> Subsystem sftp /usr/lib/openssh/sftp-server <%- else %> -- cgit v1.2.3