Stuck in Phase 3: Can't connect to robot via SSH #2144
Unanswered
GryhavenRest
asked this question in
Q&A / Support
Replies: 1 comment 2 replies
-
First of all, to rule out network issues, make sure you're connected to the robot's access point and make sure you don't have a firewall running. If you're sure it's not a network issue, try fully charging your robot and redo Phase 2 from the beginning. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are you already using Valetudo?
No, but in the process of starting it
Your questions
Dear all,
I just started with the preparations for Valetudo on my Dreame L10s Ultra using the well written guide on the Valetudo home page.
I exectued Phase 1 and Phase 2 of the guide with success (I guess) and the device should now be in a rooted state.
When starting Phase 3 to install Valetudo I'm having issues to connect to the deivce via SSH. In the guide it says that I have to use the command ssh -i ./your/keyfile [email protected] in the terminal. I'm a Linux Newbie so maybe thats the problem but i can't get the connection to work with that command. Since the description of this part in the guide is quite short so I guess this normally shouldn't be a critical step.
I open a new terminal and type in the command ssh -i /home/cs/j6740a6065e9ac.id_rsa [email protected] but it never works. The terminal states the following:
s@debian:~$ ssh -i /home/cs/j6740a6065e9ac.id_rsa [email protected]
ssh: connect to host 192.168.5.1 port 22: Connection refused
I've been looking through the existing discussions but no one seems to have this problem or maybe I am to dumb to search correctly. I've tried it with zip file of the keys and with the .ppk key but nothing works. Why is it refusing the connection here?
Thank you very much for your help.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions