From 662574386a83fbadf37cdb972f6655f76a6495b9 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 14 Nov 2019 16:10:17 +0100 Subject: [PATCH] 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. --- testing/hosts/default/etc/ssh/sshd_config | 1 + 1 file changed, 1 insertion(+) 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