问题: 新安装的OpenSuse10.3,开启ssh后,用Fterm登录ssh,登录失败,Fterm提示"Server doest not support password auth".
解决办法: ssh默认不支持密码方式验证.
修改/etc/ssh/sshd_config文件,把
PasswordAuthentication no
修改为
PasswordAuthentication yes
再重启ssh服务即可:
/etc/init.d/sshd restart
本文介绍了解决OpenSuse10.3中SSH服务不支持密码认证的问题。通过修改配置文件sshd_config中的PasswordAuthentication选项并重启SSH服务,使用户能够使用密码进行SSH登录。
问题: 新安装的OpenSuse10.3,开启ssh后,用Fterm登录ssh,登录失败,Fterm提示"Server doest not support password auth".
解决办法: ssh默认不支持密码方式验证.
修改/etc/ssh/sshd_config文件,把
PasswordAuthentication no
修改为
PasswordAuthentication yes
再重启ssh服务即可:
/etc/init.d/sshd restart

被折叠的 条评论
为什么被折叠?
