# HG changeset patch # User Oleksandr Gavenko # Date 1318001249 -10800 # Node ID 8111e9e127f57225816a35b9011085c8ac9c71e9 # Parent aa682f0b1e7bc92772ffcc7dfedb074e9490ff4f Bypass locale env vars to remote host. diff -r aa682f0b1e7b -r 8111e9e127f5 .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_* +