服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Centos - putty登录CentOS中文乱码的解决方法

putty登录CentOS中文乱码的解决方法

2019-09-27 14:52CentOS技术网 Centos

使用putty(版本0.62)通过SSH连接到CentOS(版本6.4)时,在客户端显示中文时会显示乱码。为了让putty显示正常,需要做如下操作

1. 在CentOS上设置 /etc/sysconfig/i18n为如下内容

复制代码
代码如下:
LANG="zh_CN.UTF-8"

2. 在putty的PuTTY Configuration窗口中设置如下:

复制代码
代码如下:
1. Window->Appearance->font setting
设置字体为:新宋体,10号

2. Window->Translation->Remote character set
设置值为:UTF-8

这样设置后的putty通过SSH连接到CentOS上,中文字符正常显示,不再出现中文乱码。

延伸 · 阅读

精彩推荐