返回顶部
首页 > 资讯 > 服务器 >Key exchange was not finished, connection is closed.解决办法
  • 177
分享到

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

linuxssh服务器 2023-09-04 09:09:53 177人浏览 独家记忆
摘要

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

错误


利用java连接linux服务器中碰到错误:Key exchange was not finished, connection is closed.,导致服务器的连接失败,报错如下
在这里插入图片描述

原因


ssh中的key交换算法不兼容导致

解决办法


修改配置文件

vi /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

重启服务

service sshd restart

来源地址:https://blog.csdn.net/weixin_45266856/article/details/129754122

--结束END--

本文标题: Key exchange was not finished, connection is closed.解决办法

本文链接: https://lsjlt.com/news/393267.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作