阿里云 Secure CRT linux远程连接失败 Unable to authenticate using any of the configured authentication
解决方法:
1. 使用远程登录密码及实例密码在阿里云控制台里进入服务器
2. 修改/etc/ssh/sshd_config,将PasswordAuthentication值设置为yes
3. service sshd restart 重启ssh服务即可
1. 使用远程登录密码及实例密码在阿里云控制台里进入服务器
2. 修改/etc/ssh/sshd_config,将PasswordAuthentication值设置为yes
3. service sshd restart 重启ssh服务即可