赞
踩
The client has disconnected from the server. Reason: Unable to authenticate using any of the config
(客户端已与服务器断开连接。原因:无法使用任何配置的身份验证方法进行身份验证。)
vi /etc/ssh/sshd_config
#需要在服务器端打开
PasswordAuthentication no 修改改为 yes
允许密码连接。
如果报:
Key exchange failed.
No compatible key exchange method. The server supports these methods: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256
(密钥交换失败。没有兼容的密钥交换方法。服务器支持以下方式:curve25519-sha256、curve25519-sha256@libssh.org、ecdh-sha2-nistp256、ecdh-sha2-nistp384、ecdh-sha2-nistp521、diffie-hellman-group-exchange-sha256、diffie-hellman-group16-sha512、diffie-hellman-group18-sha512、diffie-hellman-group14-sha256)
是CRT的版本太低了,需要升级到8.0或者更高的版本,将支持的密钥交换方式下图红圈中的全勾上,就可以了。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。