当前位置:   article > 正文

CRT连接问题_no compatible key exchange method

no compatible key exchange method

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或者更高的版本,将支持的密钥交换方式下图红圈中的全勾上,就可以了。
红圈中的全勾上

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/187795
推荐阅读
相关标签
  

闽ICP备14008679号