ssh 链接失败 ssh_dispatch_run_fatal message authentication code incorrect

SSH链接提示

Corrupted MAC on input.
ssh_dispatch_run_fatal: Connection to *.*.*.* port *: message authentication code incorrect

通过比较目标系统和当前系统的 ssh -Q mac, 发现目标系统多了几个umac开头的, 将目标系统的sshd_config备份, 在最后一行的MACs开头的记录中, 删除其中umac开头的, 重启服务/etc/init.d/ssh restart 即可

参考StackOverFlow


版权声明:本文为qq_33641175原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。