Fix Locale Setting Warning From Perl
Keep your file /etc/ssh/sshd-config original
Put on your ~/.bash_profile
Put on your ~/.bash_profile
export LANG="en_US"
export LC_ALL=$LANG.UTF-8
Run
dpkg-reconfigure locales
And select "en_US.UTF-8"