Skip to content
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

SSH does not work #33

Closed
ralocar opened this issue Nov 22, 2021 · 4 comments
Closed

SSH does not work #33

ralocar opened this issue Nov 22, 2021 · 4 comments

Comments

@ralocar
Copy link

ralocar commented Nov 22, 2021

Hi,
I have won root with Serial port but ssh does not work.
I tried with:

mv /usr/sbin/dropbearmulti /usr/sbin/dropbearmulti.backup
echo -e "GET /openlumi/openlumi.github.io/master/files/dropbearmulti HTTP/1.0\nHost: raw.githubusercontent.com\n" | openssl s_client -quiet -connect raw.githubusercontent.com:443 -servername raw.githubusercontent.com 2>/dev/null | sed '1,/^\r$/d' > /usr/sbin/dropbearmulti
chmod +x /usr/sbin/dropbearmulti

but still does not work...
Gateway connected to the network. I can pin from Windows but I cannot do the scpfor the backup created
Thanks for supporting
BR

@devbis
Copy link
Member

devbis commented Nov 23, 2021

What is your hardware? Post logs from console on dropbear starting?

@ralocar
Copy link
Author

ralocar commented Nov 23, 2021

Hi devbis,
Thanks for supporting
My gateway is the DGNWG05LM
When I execute the 3 lines above... no answer from the console
Please let me know if you need more info

BR

@devbis
Copy link
Member

devbis commented Nov 23, 2021

And did you set up dropbear to start?

/etc/init.d/dropbear start &

Is there any response?

@ralocar
Copy link
Author

ralocar commented Nov 24, 2021

f**ck!! Thanks! It works

@ralocar ralocar closed this as completed Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants