From: Tobias Brunner Date: Thu, 14 Nov 2019 15:10:17 +0000 (+0100) Subject: testing: Accept LANG and LC_* env variables via SSH on guests X-Git-Tag: 5.8.2dr2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=662574386a83fbadf37cdb972f6655f76a6495b9;p=thirdparty%2Fstrongswan.git testing: Accept LANG and LC_* env variables via SSH on guests The client config already includes SendEnv for them. Without that these variables currently default to POSIX. --- diff --git a/testing/hosts/default/etc/ssh/sshd_config b/testing/hosts/default/etc/ssh/sshd_config index cc6f435419..067c48310a 100644 --- a/testing/hosts/default/etc/ssh/sshd_config +++ b/testing/hosts/default/etc/ssh/sshd_config @@ -11,4 +11,5 @@ PermitEmptyPasswords yes PrintMotd no PrintLastLog no UsePAM no +AcceptEnv LANG LC_* AcceptEnv LEAK_DETECTIVE_LOG