Categories
MAC

MAC OS X – SSH LC_CTYPE Warning

Using terminal ssh to my Linux servers I have always got the following error:

 warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory

Commenting the following line from /etc/ssh_config file on my Mac was the solution for me:

#   SendEnv LANG LC_*

Note: do not forget to use sudo when editing with in terminal like:

$sudo nano /etc/ssh_config

8 replies on “MAC OS X – SSH LC_CTYPE Warning”

I stuck into this problem again
I setted the SendEnv some months ago and now is here again the error.
Any clue ?
El Capitan.
M.

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload the CAPTCHA.