From e854775b93521d1c728678333cfac9e9dbf3e765 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 14 Nov 2023 04:10:25 +0100 Subject: [PATCH] add AcceptEnv LANG LC_* --- configs/sshd_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/sshd_config b/configs/sshd_config index 44e019e..bed99b9 100755 --- a/configs/sshd_config +++ b/configs/sshd_config @@ -10,6 +10,8 @@ # possible, but leave them commented. Uncommented options override the # default value. +AcceptEnv LANG LC_* + Port 1022 #AddressFamily any #ListenAddress 0.0.0.0