From c4439324dbf10f2f37d0d8a37c09145017be2153 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 29 Apr 2023 15:18:46 +0200 Subject: [PATCH] ssh: send locale env vars --- .ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.ssh/config b/.ssh/config index 6aec36a..d8b018d 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,6 +8,7 @@ Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh. AddressFamily inet RequestTty yes PreferredAuthentications=publickey +SendEnv LC_* LANG Include ~/.ssh/private_config