问题描述:
用secureCRT连接远程云服务器时, 报出了以下错误:
The client has disconnected from the server.Reason:
Unable to authenticate using any of the configured authentication methods. 谷歌一番后, 解决方案如下:
1. 修改/etc/ssh/sshd_config的PasswordAuthentication项为yes
2. 重启ssh服务
service sshd restart再次连接, 要求输入密码, 输入后, 连接成功
本文介绍了解决SecureCRT远程连接云服务器时出现的身份验证失败问题。通过修改sshd_config文件中的PasswordAuthentication设置并重启SSH服务,实现了成功的密码验证。
1098





