Key exchange was not finished,connection is closed

cannot negotiate,proposals do not match.

近期遇到这个错误sshd更新导致的问题,

有说jekins的某某,

说虚拟机设置Host Key Verification Strategy选项改选为Non verifying Vervification Strategy就可以解决这个问题了!

有说github的如下图:

我的是SSH漏洞更新导致的

在/etc/ssh/sshd_config最后添加如下行内容解决问题

KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group1-sha1,curve25519-sha256@libssh.org

上边是一行

Key exchange was not finished,connection is closed近期遇到这个错误sshd更新导致的相关推荐

  1. Key exchange was not finished, connection is closed.解决办法

    错误 利用java连接Linux服务器中碰到错误:Key exchange was not finished, connection is closed.,导致服务器的连接失败,报错如下 原因 是ss ...

  2. ssh Key exchange was not finished sshd

    报错: ssh Key exchange was not finished 则需修改sshd文件 链接:Key exchange was not finished,connection is clos ...

  3. 【转】The underlying connection was closed

    转自: https://support.microsoft.com/en-us/kb/915599 SUMMARY This article describes error messages that ...

  4. 【Mybatis】sqlSessionTemplate.getConnection() 遇到 java.sql.SQLException: Connection is closed

    这里写目录标题 前言 源码 遇到错误 `java.sql.SQLException: Connection is closed` 错误原因 解决办法 修改后的源码 前言 springboot 2.1. ...

  5. 【ssh登陆问题】no matching cipher found / no matching key exchange method found

    no matching cipher found / no matching key exchange method found 解决方法 修改ssh配置文件,添加相应设置即可 1.ssh 加密方法和 ...

  6. [WebException: The underlying connection was closed: The message length limit was exceeded.]解决方法...

    [WebException: The underlying connection was closed: The message length limit was exceeded.] System. ...

  7. navicat连接mysql报错ssh_Navicat 连接SSH方式连接mysql报错 ssh:expected key exchange group packet...

    只需要在sshd配置文件中加入以下行即可: KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp3 ...

  8. Navicat 用ssh通道连接时总是报错 (报错信息:SSH:expected key exchange group packet form serve...

    转:https://blog.csdn.net/qq_27463323/article/details/76830731 之前下了一个Navicat 11.0 版本 用ssh通道连接时总是报错 (报错 ...

  9. SecureCRT SSH 失败 Key exchange failed 解决方法

    SecureCRT SSH 失败 Key exchange failed 解决方法 参考文章: (1)SecureCRT SSH 失败 Key exchange failed 解决方法 (2)http ...

最新文章

  1. 如果只推荐一本 Python 进阶的书,我要 Pick 它!
  2. 太原理工软件学院c语言2020,太原理工软件工程C语言实验报告 数组.doc
  3. Chrome浏览器插件Json浏览与编辑神器
  4. linux 每周日执行脚本,Linux任务计划和周期性任务执行
  5. 技术达人“创造营”官宣:Microsoft Learn 学习平台C位出道
  6. 解压大于4g的文件_4G显卡“到期”,ETH2.0即将到来,以太坊矿工何去何从?
  7. Python判断文件和文件夹是否存在的方法
  8. 飞舞的蝴蝶(GraphicsView框架)
  9. bzoj 1630 2023: [Usaco2005 Nov]Ant Counting 数蚂蚁(有重复元素的组合数)
  10. 使用WordPress创建个人博客的详细流程
  11. ELK---日志收集系统
  12. jetlinks之Thing(六)
  13. c语言实验步骤与过程,实验一 C语言的运行环境和运行过程
  14. 4.9-4.10 矩阵乘法的性质 矩阵的幂运算 矩阵的转置及其性质
  15. 不让玩游戏的小娃娃随机考试系统
  16. java算法int型整数反转的另类解法
  17. ESP32 CAM与服务器(python)UDP视频传输
  18. 关于Amazon AWS —— 免费的午餐不好吃
  19. ppt学习07——动画
  20. IP核Map编译报错:Buffers of the same direction cannot beplaced in series.

热门文章

  1. Java面试进阶指北
  2. 2021-11-15 入门前端VScode必装的常用插件, HTML+CSS常用属性速记.
  3. [渝粤教育] 西北工业大学 复变函数与积分变换 参考 资料
  4. kubeadm部署k8s集群最全最详细
  5. 全球及中国碳化硅陶瓷膜市场需求预测与竞争对手分析报告2021~2026年
  6. pip问题:Traceback (most recent call last):File “/home/coin/anaconda3/lib/python3.7/site-packages/pip/_
  7. CSS3 实现圆圈动态发光特效动画的制作
  8. MySQL复制+高可用技术
  9. 递归算法详解——递归算法的三要素以及例题分析
  10. 自旋锁以及Java中的自旋锁的实现