返回顶部
首页 > 资讯 > 操作系统 >linux ssh报错Unable to negotiate with **** port 22: no matching host key type found
  • 172
分享到

linux ssh报错Unable to negotiate with **** port 22: no matching host key type found

linuxssh服务器运维 2023-09-25 11:09:11 172人浏览 安东尼
摘要

目录 linux ssh报错Unable to negotiate with **** port 22: no matching host key type found ssh连接机器报错 linux ssh报错Un

目录

linux ssh报错Unable to neGotiate with **** port 22: no matching host key type found

ssh连接机器报错

今天使用Mac通过ssh连接机器的时候报错如上,查阅网上资料后解决,方法如下

//进入终端command+空格,输入终端后按回车进入命令行模式//进入家目录cd ~//创建ssh目录,有的已经有了,则不需要创建mkdir -p .ssh//touch一个config文件并填入内容touch config;vim configHost *HosTKEyAlgorithms +ssh-rsaPubkeyAcceptedKeyTypes +ssh-rsa

保存后,测试可以ssh登录了,特此记录下解决方法

来源地址:https://blog.csdn.net/liwench/article/details/129849424

--结束END--

本文标题: linux ssh报错Unable to negotiate with **** port 22: no matching host key type found

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

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

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

  • 微信公众号

  • 商务合作