SSH远程登陆报“password authentication failed ”错

yuanshusi
SSH远程登陆报“password authentication failed ”错

我装了turbolinux系统,以ROOT身份通过SSH远程登陆,输入密码一直报
“password authentication failed ”错,可是以普通用户可以进去,急死我了,求哪位高手帮帮我,在这里先谢谢了!!!

zd724
SSH远程登陆报“password authentication failed ”错

pam.d/sshd中看一下 是不是给禁止了

yuanshusi
SSH远程登陆报“password authentication failed ”错

我看了,没有禁止呀,我用SETUP命令发现“用户和组管理”这一栏下对应的,root  用户 的passwd 是shadowned 不知道与这个有没有关系,如果是这个原因,该怎样做呀?

kevin_lei
SSH远程登陆报“password authentication failed ”错

ssh里也有自己的配置文件 你看看

yuanshusi
SSH远程登陆报“password authentication failed ”错

/etc/ssh/ssh_config里面的默认文件是:
# Host *
#   ForwardAgent no
#   ForwardX11 no
#   RhostsAuthentication no
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   BatchMode no
#   CheckHostIP yes
#   StrictHostKeyChecking ask
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
#   Port 22
#   Protocol 2,1
#   Cipher 3des
#   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
#   EscapeChar ~

weiming_ni
SSH远程登陆报“password authentication failed ”错

把你的log贴出来

yuanshusi
SSH远程登陆报“password authentication failed ”错

谢谢!我已经好了,下次有问题在问你。

happygirlhb
:em02: 怎么好的,什么问题,我也遇到了同样的问题