解决SUSE Linux下SSH无法使用密码登录问题

Posted on 2011-12-22 23:02  无忧consume  阅读(674)  评论(0)    收藏  举报

解决SUSE Linux下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

 

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3