SSH Secure Shell client garbled

Source: Internet
Author: User
Tags i18n ssh secure shell

Reference: http://feidaodalian.iteye.com/blog/697158
It is said that this is an unsolved bug of the SSH Secure Shell client for many years. Both the client and the server must be 'utf-8' encoded.
Find information on the Internet and find a simple solution as follows:

Run the following command to modify the Linux Server File:

<PRE class = "Java" name = "code> VI/etc/sysconfig/i18n

The default content is:

Lang = "zh_CN.UTF-8"

Change the content:

Lang = "zh_cn.gb18030" <br/> Language = "zh_cn.gb18030: zh_cn.gb2312: zh_cn" <br/> supported = "zh_cn.gb18030: zh_cn: Zh: en_US.UTF-8: en_us: en "<br/> sysfont =" lat0-sun16"

In this way, the Chinese characters can be displayed normally on the SSH Secure Shell client terminal.

After verification, only the following modifications can display Chinese characters:

Lang = "zh_cn.gb18030"

To solve simple problems, use the simplest method. OK

Reference: http://feidaodalian.iteye.com/blog/697158
It is said that this is an unsolved bug of the SSH Secure Shell client for many years. Both the client and the server must be 'utf-8' encoded.
Find information on the Internet and find a simple solution as follows:

Run the following command to modify the Linux Server File:

<PRE class = "Java" name = "code> VI/etc/sysconfig/i18n

The default content is:

Lang = "zh_CN.UTF-8"

Change the content:

Lang = "zh_cn.gb18030" <br/> Language = "zh_cn.gb18030: zh_cn.gb2312: zh_cn" <br/> supported = "zh_cn.gb18030: zh_cn: Zh: en_US.UTF-8: en_us: en "<br/> sysfont =" lat0-sun16"

In this way, the Chinese characters can be displayed normally on the SSH Secure Shell client terminal.

After verification, only the following modifications can display Chinese characters:

Lang = "zh_cn.gb18030"

To solve simple problems, use the simplest method. OK

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.