安装openssh-server
命令:apt-get install openssh-server
修改putty设置以便支持中文。
1、Debian设置默认字符集为中文(zh_CN,bg2312,gbk,utf8等等)
2、打开putty主程序,选择window-〉Appearance-〉Font settings-〉Change...,选择Fixedsys字体,字符集选择CHINESE_GB2312。
在window-〉Appearance-〉Translation中,Received data assumed to be in which character set 中,把Use font encoding改为UTF-8。如果经常使用,把这些设置保存在session里面.
3、现在打开putty,登录成功后,在shell中输入:export LC_ALL='zh_CN.utf8',现在已经可以完美的支持中文了。可以打开vim输入中文测试一下,而且也不会出现删除半个汉字的问题。(这个步骤可以省略,我的debian系统不需要执行此命令)
ps:配置locales命令:dpkg-reconfigure locales
阅读(2857) | 评论(0) | 转发(0) |