本文介绍了尝试 ssh 时如何解决“找不到匹配的 mac 错误"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以下是我得到的错误:未找到匹配的 mac:客户端 hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 服务器 [email protected][email protected],[email protected],hmac-sha2-512,hmac-sha2-256,[email protected]

The following is the error I am getting:no matching mac found: client hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96 server [email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,[email protected]

推荐答案

您收到此错误是因为客户端和服务器无法就消息身份验证代码的散列算法达成一致.

You are getting this error because the client and the server could not agree upon a hashing algorithm for message authentication code.

更多信息在这里:https://blog.tinned-software.net/debug-ssh-connection-issue-in-key-exchange/

这篇关于尝试 ssh 时如何解决“找不到匹配的 mac 错误"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-27 15:05