修改用户目录下文件 .bash_profile,增加红色部分内容,然后再用ssh(SSH Secure Shell Client 3.2.9)登录,即可显示中文,解决乱码问题。
下载地址http://ultra.pr.erau.edu/~jaffem/classes/SSHSecureShellClient-3.2.9.exe
# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin LANG=zh_CN.GB2312 export PATH export LANG unset USERNAME

浙公网安备 33010602011771号