Lost ssh key and unable to reinstall valetudo after a factory reset #2428
Replies: 2 comments
-
|
I have no idea what error message you mean. The whole blob of text here isn't exactly easy or fun to follow. Reflashing won't help with a lost ssh key, as the authorized_keys file that is used by dropbear is not stored on any flashable partition. On a rooted bot, you should also have a passwordless UART shell which would also allow you to do that. Once you have a shell, delete |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the long text above and sorry for my English. So, if I understand correctly, the factory reset does not affect the SSH keys, and my second “Phase 2: Rooting” did nothing I managed to connect via SSH with the SN password and was able to install Valetudo and reinstall a new Dustbuilder build (problem with the L10S Pro Ultra Heat, which wouldn't do anything other than vacuum) Thank you very much and have a great day! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Are you already using Valetudo?
No, but in the process of starting it
Your questions
Hello,
I wanted to connect to the vacuum cleaner via SSH, but I lost the keys. I wanted to retrieve them from the job, but they were no longer available (after only two days).
Unable to find a solution, I performed a factory reset. When I tried to reinstall the files in fastboot, I encountered the following errors (which I hadn't seen before).
When I rebooted and connected via SSH with the new keys, it asked me for a password that I didn't have. It was as if the factory reset hadn't deleted the SSH part. What can I do to actually reset all this and reinstall Valetudo?
ssh -i keys/key.id_rsa root@192.168.5.1
The authenticity of host '192.168.5.1 (192.168.5.1)' can't be established.
ED25519 key fingerprint is SHA256:s...
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.5.1' (ED25519) to the list of known hosts.
root@192.168.5.1's password:
Permission denied, please try again.
root@192.168.5.1's password:
Since then, in a panic, I did another factory reset and tried to start the process again with another dustbuilder, but I'm still at the same point when I do the toc part :
fastboot flash toc1 toc1.img
Warning: skip copying toc1 image avb footer (toc1 partition size: 0, toc1 image size: 1245184).
Sending 'toc1' (1216 KB) OKAY [ 0.046s]
Writing 'toc1' OKAY [ 0.977s]
Finished. Total time: 1.033s
The only file I have from the first installation is the
backup.tarThank you for your assistance
Beta Was this translation helpful? Give feedback.
All reactions