Possible Duplicate:
Locale variables have no effect in remote shell (perl: warning: Setting locale failed.)
I have a minimal server install that only has English locales. That works great on its own, but when I log in from my Mac, LANG
is set to da_DK.UTF-8
. That causes a lot of error messages around the system, as the said locale does not exists.
Is there a way to prevent SSH from setting invalid values, or will preventing SSH from setting these altogether have a negative impact on my system?