“Corrupted MAC on input.” when git clone over SSH on VPN from VirtualBox/Ubuntu

匆匆过客 提交于 2021-02-19 08:57:10

问题


Here is the error after I do a git clone in my Virtualbox which is using Ubuntu 16.04.

Corrupted MAC on input. (33872/116798), 2.67 MiB | 5.30 MiB/s
ssh_dispatch_run_fatal: Connection to 10.x.x.x port 2xxxx: message authentication code incorrect
fatal: The remote end hung up unexpectedly
fatal: early EOFs: 30% (35040/116798), 2.67 MiB | 5.30 MiB/s
fatal: index-pack failed

Couple of things to note:

  1. Running through VPN (Company use)
  2. Virtualbox Network settings:(Allows me to get to any company sites but cannot connect to google)
    • First Adapter: NAT
    • Second Adapter: Host-Only-Adapter 3) Already installed openssh-client -> version 7.2 4)
  3. Generated a rsa key and added it to teamforge account settings

Sorry new to virtualbox but could this be a network issue? Could this be a SSH issue?


回答1:


Yes, looks like an SSH issue. Without details, hard to say what.

For leads checkout:

  • Corrupted MAC on input" when SSH connecting - The Ubuntu Forums
  • sshd: Corrupted MAC on input.
  • 1230992 – ssh "Corrupted MAC on input." from using wrong MAC method
  • sftp problem: corrupted mac on input
  • Git clone issue, clone fails with "Corrupted MAC on input" - Stack Overflow
  • ssh on windows - Corrupted MAC on input - Server Fault

You'll find plenty more if you search on the error message.



来源:https://stackoverflow.com/questions/61665066/corrupted-mac-on-input-when-git-clone-over-ssh-on-vpn-from-virtualbox-ubuntu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!