新安装了redhat6.5.没有安装图形界面。在注册时,使用rhn_register注册时,显示乱码

如图:

xshell连接redhat注册显示中文乱码_redhat6

修改xshell,点击文件---属性。如图

xshell连接redhat注册显示中文乱码_中文_02

在终端----编码 选择utf-8,如图:

xshell连接redhat注册显示中文乱码_redhat6_03


xshell连接redhat注册显示中文乱码_redhat6_04

另外,ssh连接服务器有点慢。解决,在sshd_config文件设置UseDNS no。

vi /etc/ssh/sshd_config

UseDNS no

保存文件。

然后重启sshd。