From 16a7bb915f721125ab3eab47491b32b4a57b96be Mon Sep 17 00:00:00 2001 From: mwiegand Date: Fri, 29 Oct 2021 19:15:56 +0200 Subject: [PATCH] sshd fix locale problems --- bundles/ssh/files/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/ssh/files/sshd_config b/bundles/ssh/files/sshd_config index c4e6252..4fe2436 100644 --- a/bundles/ssh/files/sshd_config +++ b/bundles/ssh/files/sshd_config @@ -17,5 +17,5 @@ PermitTTY yes TCPKeepAlive yes ClientAliveInterval 30 ClientAliveCountMax 5 -AcceptEnv LANG LC_* +AcceptEnv LANG Subsystem sftp /usr/lib/openssh/sftp-server