密码正确,SSH无法登陆
问题描述
- 使用SecureCRT登陆,提示“Password authentication failed”
- 使用linux下ssh登陆,提示“Permission denied,please try again.”
解决方法
- 编辑配置文件
/etc/ssh/sshd_config
,把#PasswordAuthentication no 修改为 PasswordAuthentication yes - 重启服务
/etc/init.d/ssh restart
- 查看SSH状态
/etc/init.d/ssh status
- 重新登陆成功