putty network error:Connection refused 乱码解决方法
程序员文章站
2023-11-21 14:44:22
putty network error:Connection refused 乱码解决方法...
putty下载地址
问题:
使用putty登录显示network error:connection refused使用putty登录显示network error:connection refused
在局域网使用putty登录显示network error:connection refused
解决方法:
1.gedit /etc/ssh/sshd_config 将permitrootlogin的注释取消,或者将no改为yes。(如果没有sshd_config文件说明linux上没有安装ssh,使用sudo apt-get install ssh安装之后,sshd-config文件中permitrootlogin选项默认的是yes,新安装的ssh不用操作下面两部)
2.service sshd restart
3.setup命令进入将防火墙关闭。
问题:
使用putty登陆之后显示乱码
解决方法:
其实只需要一步即可: 在window-〉translation中,character set 中,把use font encoding改为utf-8,其他不需要改动(按照方法一改动之后可能大写字母显示会编程乱码)。
###方法一:
打开putty主程序,选择window-〉appearance-〉font settings-〉change settings,选择fixedsys字体,字符集选择chinese_gb2312。在window-〉appearance-〉 translation中,received data assumed to be in which character set 中,把use font encoding改为utf-8如果经常使用,把这些设置保存在session里面。
保存方法:再做完以上操作的同时选中以下两项:
在window-〉appearance-〉 translation中,选中:treat cjk ambiguous characters as wide和caps lock acts as cyrillic switch即可。
###方法二:
编辑/etc/sysconfig/i18n
把第1句“lang=”zh_cn.utf-8′”改为“lang=”zh_cn.gb18030′”,完成后保存重新登录即可。
##方法三:
打开putty,登录成功后,在shell中输入
# export lc_all= ‘zh_cn.utf8′
# vi ~/.bash_profile
lang=zh_cn.gb18030
language=zh_cn.gb18030:zh_cn.gb2312:zh_cn
export lang language
问题:
使用putty登录显示network error:connection refused使用putty登录显示network error:connection refused
在局域网使用putty登录显示network error:connection refused
解决方法:
1.gedit /etc/ssh/sshd_config 将permitrootlogin的注释取消,或者将no改为yes。(如果没有sshd_config文件说明linux上没有安装ssh,使用sudo apt-get install ssh安装之后,sshd-config文件中permitrootlogin选项默认的是yes,新安装的ssh不用操作下面两部)
2.service sshd restart
3.setup命令进入将防火墙关闭。
问题:
使用putty登陆之后显示乱码
解决方法:
其实只需要一步即可: 在window-〉translation中,character set 中,把use font encoding改为utf-8,其他不需要改动(按照方法一改动之后可能大写字母显示会编程乱码)。
###方法一:
打开putty主程序,选择window-〉appearance-〉font settings-〉change settings,选择fixedsys字体,字符集选择chinese_gb2312。在window-〉appearance-〉 translation中,received data assumed to be in which character set 中,把use font encoding改为utf-8如果经常使用,把这些设置保存在session里面。
保存方法:再做完以上操作的同时选中以下两项:
在window-〉appearance-〉 translation中,选中:treat cjk ambiguous characters as wide和caps lock acts as cyrillic switch即可。
###方法二:
编辑/etc/sysconfig/i18n
把第1句“lang=”zh_cn.utf-8′”改为“lang=”zh_cn.gb18030′”,完成后保存重新登录即可。
##方法三:
打开putty,登录成功后,在shell中输入
# export lc_all= ‘zh_cn.utf8′
# vi ~/.bash_profile
lang=zh_cn.gb18030
language=zh_cn.gb18030:zh_cn.gb2312:zh_cn
export lang language
下一篇: 搜狗浏览器无法上传附件或图片的解决方法