当前位置:   article > 正文

软件使用【SecureCRT】 SSH连接报错Key exchange failed_key exchange failed. no compatible key exchange me

key exchange failed. no compatible key exchange method. the server supports

目录

一、原因分析

二、解决方法

三、修改文件方法

1、修改ssh_config

2、修改sshd_config

3、重新启动服务


SecureCRT连接服务器时报错,报错信息为:

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

一、原因分析

错误原因是SecureCRT 7.0客户端支持的和kali作为ssh服务端支持的SSH秘钥交换算法不匹配。
Secure CRT 7.0的默认支持key exchange算法

二、解决方法

第一种: 升级SecureCRT为最新版,或者使用其他连接工具(无效)
第二种: 修改服务器,使其兼容老系统的算法(无效)

第三种:删除配置文件(无效)

第四种:下载新版本后添加密钥支持(有效)

三、修改文件方法

需要修改两个地方:

1、修改ssh_config

sudo vi /etc/ssh/ssh_config

1.1 打开这两行的注释

aa78eec7b23542d89b5a1cef20ab21a1.png

 2、修改sshd_config

sudo vi /etc/ssh/sshd_config

2.1加入下面的代码

  1. #加入下面的文本
  2. KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1

3、重新启动服务

重启sshd服务

sudo service sshd restart

四、删除配置文件

1、查看配置文件路径

4426ff3830dc40b5ac115c128ea36d61.png

全局选项

dfc10316afbe49e19ed73d4dc3515d95.png

或者是这个页面 

7bc59c460bc74d8cb9c1108456014d0d.png

 删除ssh2.ini

9a5fcf18f7bd45bebf59cb8b7caadad9.png

五、更新版本,添加密钥

CRT的会话设置内有关于密匙交互的选项,如下图,将密匙交换内的选项全部勾选后,ssh登录即可恢复

23f6c27f8a2e4a068ce5b96b1d35f9ea.png

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

闽ICP备14008679号