k4200’s notes and thoughts

Programmer side of k4200

Warning when ssh'ing from OS X Terminal

Connecting to a Linux server from OS X Terminal gave me the following error:

-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)

To fix this, comment out the following line in /etc/ssh_config

   SendEnv LANG LC_*

This blog post explains about this issue in detail.

この方法だとエラーは出なくなるけど、漢字の入力とか出来なくなる?