首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux基本应用 > 文章内容

解决OpenSuSE ssh无法使用密码登录问题的办法

作者:佚名  来源:不详  发布时间:2008-7-28 11:19:00
新安装的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
收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 网站帮助 - 广告合作 - 网站地图