From b1d58e14cd1ba0d862c388bfc05505ffb3d4882d Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 10 Jan 2023 13:32:46 +0100 Subject: [PATCH] [sshd] Accept LANG, LC_* and VIM_COLORSCHEME by default --- .config/sshd_config.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/sshd_config.conf b/.config/sshd_config.conf index 10c429e..7838ec2 100644 --- a/.config/sshd_config.conf +++ b/.config/sshd_config.conf @@ -2,3 +2,4 @@ HostKey /etc/ssh/ssh_host_ed25519_key PermitRootLogin no PasswordAuthentication no KbdInteractiveAuthentication no +AcceptEnv LANG LC_* VIM_COLORSCHEME