What's new

SSH Integrity error

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Marko Polo

Senior Member
I am trying to clone Raspberry PI remotely into mounted USB drive via command

Code:
ssh polo@192.168.1.XXX -p 27 "sudo dd if=/dev/mmcblk0p1  | sudo gzip -9 -" | dd of=mmcblkop1.gz

The small boot partition (75Mb) is cloned fine, but the big one (3.6Gb) fails with such error

Code:
ssh: Connection to polo@192.168.1.XXX:27 exited: Integrity error

This error is thrown on the different stages of cloning (on the fifth minute or on the 25th).

Rough googling made me feel this is a Dropbear issue, probably fixed in some previous releases. Should I update Dropbear or there is another solution?
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top