From 223df7b73954457eed7c9689d76d86bdaaa288b4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 4 Jan 2005 13:43:07 +0000 Subject: Pass LANG and LC_* environment variables from the client by default, and accept them to the server by default in new installs, although not on upgrade (closes: #264024). --- ssh_config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ssh_config') diff --git a/ssh_config b/ssh_config index f72394b4e..f3e1e8b04 100644 --- a/ssh_config +++ b/ssh_config @@ -15,7 +15,7 @@ # Site-wide defaults for various options -# Host * +Host * # ForwardAgent no # ForwardX11 no # ForwardX11Trusted yes @@ -36,3 +36,4 @@ # Cipher 3des # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc # EscapeChar ~ + SendEnv LANG LC_ALL -- cgit v1.2.3