imZack / imZack.github.io

Somewhere I Belong
http://yulun.me
0 stars 0 forks source link

SSH SendEnv #17

Closed imZack closed 8 years ago

imZack commented 8 years ago

http://www.jerri.de/blog/archives/2009/12/04/problem_with_locales_on_remote_server_via_ssh/

Don't send the environment locales from your locale machine to the remote machine. I took this way by just commenting out the line SendEnv LANG LC_* in /etc/ssh/ssh_config as I don't see any reason to set it on the remote system.