问题
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:
- Running through VPN (Company use)
- 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)
- 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