今天一个同事用ssh远程登录一台Suse10的机器,就是登陆不了,我用的客户端就可以登陆,最后才知道是Suse10Suse 10默认不支持密码方式验证.
 
通过修改ssh的配置文件 sshd_config就可以解决问题
 
把 PasswordAuthentication no 修改为 PasswordAuthentication yes
 
然后记得重启ssh服务,service sshd restart,再试下ok.