Fix Locale Setting Warning From Perl by Mohamad Zulfahmy | 21/04/2018 | Linux | 0 comments Keep your file /etc/ssh/sshd-config original 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“