返回顶部
首页 > 资讯 > 服务器 >Unable to negotiate with 172.16.28.137 port 22: no matching host key type found. Their offer: ssh-rs
  • 621
分享到

Unable to negotiate with 172.16.28.137 port 22: no matching host key type found. Their offer: ssh-rs

ssh服务器linux 2023-09-12 13:09:12 621人浏览 独家记忆
摘要

Unable to neGotiate with 172.16.28.137 port 22: no matching host key type found. Their offer: ssh-rs

Unable to neGotiate with 172.16.28.137 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss

ssh连接服务器报错“Unable to negotiate with 172.16.28.137 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss”
原因是 Terminal 找不到支持的密钥交换方法,因为新版 Openssh 中认为 SHA1 这种 hash 散列算法过于薄弱,已经不再支持,所以我们需要手动去允许对于 SHA1 的支持。

解决方案1:

ssh -p 22 -oHosTKEyAlgorithms=+ssh-dss ttzo@172.16.28.137

解决方案2:
在生成公钥的 ~/.ssh 文件夹下,(如果没有的话)新建一个 config 文件( config 文件没有后缀),文件中添加如下内容:

Host *HostkeyAlgorithms +ssh-rsaPubkeyAcceptedKeyTypes +ssh-rsa

来源地址:https://blog.csdn.net/wuliuqi_567/article/details/128103215

--结束END--

本文标题: Unable to negotiate with 172.16.28.137 port 22: no matching host key type found. Their offer: ssh-rs

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

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

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

  • 微信公众号

  • 商务合作