summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-03-22 23:08:49 +0000
committerColin Watson <cjwatson@debian.org>2015-03-22 23:11:28 +0000
commit07133900300496bea64634492d8b62c311181c02 (patch)
treee3fcd36812fef32fc2eecae1d8dd5545a627234d /ssh_config
parent24e85656d3fa178b461fb725b92de95a04204177 (diff)
parent581424965d2d722a991c3247d4c0bb5950cb4fc5 (diff)
Revert LC_* configuration change (closes: #780797).
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh_config b/ssh_config
index 91be1e760..c9386aadd 100644
--- a/ssh_config
+++ b/ssh_config
@@ -49,7 +49,7 @@ Host *
49# VisualHostKey no 49# VisualHostKey no
50# ProxyCommand ssh -q -W %h:%p gateway.example.com 50# ProxyCommand ssh -q -W %h:%p gateway.example.com
51# RekeyLimit 1G 1h 51# RekeyLimit 1G 1h
52 SendEnv LANG LC_ADDRESS LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME LC_ALL 52 SendEnv LANG LC_*
53 HashKnownHosts yes 53 HashKnownHosts yes
54 GSSAPIAuthentication yes 54 GSSAPIAuthentication yes
55 GSSAPIDelegateCredentials no 55 GSSAPIDelegateCredentials no