summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-01-04 13:43:07 +0000
committerColin Watson <cjwatson@debian.org>2005-01-04 13:43:07 +0000
commit223df7b73954457eed7c9689d76d86bdaaa288b4 (patch)
tree33e34876adb05732c1206ce0f04f12af68ac0ce4 /ssh_config
parenta663f4b1305fe471ad10ca9959ad522d42341d13 (diff)
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).
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config
index f72394b4e..f3e1e8b04 100644
--- a/ssh_config
+++ b/ssh_config
@@ -15,7 +15,7 @@
15 15
16# Site-wide defaults for various options 16# Site-wide defaults for various options
17 17
18# Host * 18Host *
19# ForwardAgent no 19# ForwardAgent no
20# ForwardX11 no 20# ForwardX11 no
21# ForwardX11Trusted yes 21# ForwardX11Trusted yes
@@ -36,3 +36,4 @@
36# Cipher 3des 36# Cipher 3des
37# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc 37# Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
38# EscapeChar ~ 38# EscapeChar ~
39 SendEnv LANG LC_ALL