Good again
Today I managed to resolve an error that brought me down the street of bitterness. The problem is that when you log on any server by SSH, gave me the following problem:
Last login: Wed Dec 18 13:42:18 2013 from IP_number
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 out the line SendEnv LANG LC_ *, so that it is as follows:
host *
LANG LC_ * # SendEnv
and go!
Greetings !!