From 85fb5f4ca701f624b780d06b7c0d8b49254f5ad9 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 29 Jun 2018 18:48:30 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- ssh/ssh_config | 7 +++++-- ssh/sshd_config | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ssh/ssh_config b/ssh/ssh_config index 6cf70db..e66063f 100644 --- a/ssh/ssh_config +++ b/ssh/ssh_config @@ -45,5 +45,8 @@ # ProxyCommand ssh -q -W %h:%p gateway.example.com # RekeyLimit 1G 1h -# Send locale environment variables #367017 -SendEnv LANG LC_* +# Send locale environment variables. #367017 +SendEnv LANG LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LANGUAGE LC_ADDRESS LC_IDENTIFICATION LC_MEASUREMENT LC_NAME LC_PAPER LC_TELEPHONE + +# Send COLORTERM to match TERM. #658540 +SendEnv COLORTERM diff --git a/ssh/sshd_config b/ssh/sshd_config index 77d3f30..e22bf7d 100644 --- a/ssh/sshd_config +++ b/ssh/sshd_config @@ -115,5 +115,8 @@ Subsystem sftp /usr/lib64/misc/sftp-server # PermitTTY no # ForceCommand cvs server -# Allow client to pass locale environment variables #367017 -AcceptEnv LANG LC_* +# Allow client to pass locale environment variables. #367017 +AcceptEnv LANG LC_ALL LC_COLLATE LC_CTYPE LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LANGUAGE LC_ADDRESS LC_IDENTIFICATION LC_MEASUREMENT LC_NAME LC_PAPER LC_TELEPHONE + +# Allow client to pass COLORTERM to match TERM. #658540 +AcceptEnv COLORTERM -- 2.39.5