From 0553b50c6f7babe36b29f7627e2106b48ab0860b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20P=C3=A9rennou=20=28Viveris=20Technologie=29?= Date: Mon, 23 Jun 2014 15:52:59 +0200 Subject: [PATCH] Disallow client to pass locale environment variables --- install/cluster/master/etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/cluster/master/etc/ssh/sshd_config b/install/cluster/master/etc/ssh/sshd_config index 9aba930..dcc2bcd 100644 --- a/install/cluster/master/etc/ssh/sshd_config +++ b/install/cluster/master/etc/ssh/sshd_config @@ -71,7 +71,7 @@ TCPKeepAlive yes #Banner /etc/issue.net # Allow client to pass locale environment variables -AcceptEnv LANG LC_* +#AcceptEnv LANG LC_* Subsystem sftp /usr/lib/openssh/sftp-server -- 2.30.2