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_* +