连接的端口的密钥没有匹配 ● 解决方法 查看网上的各种方法,这种情况的原因就是新的ssh客户端不支持ssh-rsa算法,要修改本地配置重新使用ssh-rsa算法。 在.ssh文件下创建config文件(config没有后缀名),使用记事本
连接的端口的密钥没有匹配
● 解决方法
查看网上的各种方法,这种情况的原因就是新的ssh客户端不支持ssh-rsa算法,要修改本地配置重新使用ssh-rsa算法。
在.ssh文件下创建config文件(config没有后缀名),使用记事本打卡添加以下内容并保存:
Host *
HosTKEyAlGorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
重新上传即可。
来源地址:https://blog.csdn.net/m0_47147246/article/details/129670943
--结束END--
本文标题: Unable to negotiate with ***** port **:no matching host key type found...连接的端口的密钥没有匹配
本文链接: https://lsjlt.com/news/374363.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0