changeset 222 | 8111e9e127f5 |
parent 89 | 92844597e8d7 |
child 223 | 1ce3922d21e6 |
--- 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_* +