+14 votes
3.7k views
in Programming by (320 points)
Errors LC_ALL, LC_CTYPE, etc. SSH login with Mavericks

1 Answer

+14 votes
by (201k points)
perl: warning: Setting locale failed. 
perl: warning: Please check your locale settings That: 
LANGUAGE = (unset), 
LC_ALL = (unset), 
LC_CTYPE = "UTF-8", 
LANG = (unset) 
are supported and installed on your system. 
perl: warning: Falling back to the standard locale ("C"). 
 
The solution is as simple as editing the / etc / ssh_config file and comment the line SendEnv LANG LC_ *, so that it is as follows: 
 
host * 
LANG LC_ * # SendEnv 
and go! 
Greetings!
Ask a Question
Welcome to WikiTechSolutions where you can ask questions and receive answers from other members of the community.

You can ask a question without registration.

Categories

...