-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to acces the Wallbox once rooted #22
Comments
Add verbose logging to ssh with |
Can you provide the whole line, I am not a developper so it's tricky for me |
|
Same issue
|
I found another line online: But I kept being locked out the Wallbox I even tried to delete the known_hosts file, put all the GitHub data on the .ssh file, tried on both Mac, PC W11 and W10, same issue all the time |
You need to run ssh from within the checked out Github repo so that ssh can find the id_rsa key file. Are you? |
I don't understand you answer so I am surely not doing it the right way. |
OK, I was not using the up to date files from Github, those available to be picked on by one aren't oik, those from the whole .rar file are good |
I had this same issue. ChatGPT got me this command that seemed to have done the trick. Running from windows 11. had issues on ubuntu origially as well
|
Got an issue to connect to the wallbox.
The pwn was sucessful, when I write the command
ssh -i id_rsa [email protected]
I got the error message
Warning: Identity file id_rsa not accessible: No such file or directory. Unable to negotiate with 192.168.1.29 port 22: no matching host key type found. Their offer: ssh-rsa
Then I found another command line
ssh -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa [email protected]
And got the following
[email protected]: Permission denied (publickey).
What is the issue ?
The text was updated successfully, but these errors were encountered: