Bypass locale env vars to remote host.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 07 Oct 2011 18:27:29 +0300
changeset 222 8111e9e127f5
parent 221 aa682f0b1e7b
child 223 1ce3922d21e6
Bypass locale env vars to remote host.
.ssh/config
--- a/.ssh/config	Thu Oct 06 17:25:48 2011 +0300
+++ b/.ssh/config	Fri Oct 07 18:27:29 2011 +0300
@@ -17,3 +17,7 @@
 # Prefer public key authentication.
 PreferredAuthentications publickey,keyboard-interactive,password
 PubkeyAuthentication yes
+
+# Bypass locale env vars to remote host.
+SendEnv LANG LC_*
+