Hot to dd (disk drive) my ipod touch?
Hot to dd (disk drive) my ipod touch?
I'm accessing my i pod touch through the winSCP, and when i have access, i use this on terminal:
dd if=/dev/rdisk0 bs=4096 | ssh -C username@computer_IP 'dd of=iphone.img'
But it says there's an error on key verification. I've been using info from this page:
https://winscp.net/eng/docs/scriptcommand_open
But none of my commands seems to work, what should i do? I've been using this command on winSCP terminal:
open 192.168.1.104 -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"
I'm accessing my i pod touch through the winSCP, and when i have access, i use this on terminal:
dd if=/dev/rdisk0 bs=4096 | ssh -C username@computer_IP 'dd of=iphone.img'
But it says there's an error on key verification. I've been using info from this page:
https://winscp.net/eng/docs/scriptcommand_open
But none of my commands seems to work, what should i do? I've been using this command on winSCP terminal:
open 192.168.1.104 -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx"