-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't access SSH #23
Comments
I have done more tests. After doing the commands, I re-inserted the bin and .new files into the pendrive for about 5 minutes and the white led went off, I took out the pendrive and connected it via ethernet to the router and the device communicated again via mqtt but I do not have access through from ssh or luci. |
Thanks you very much for your fantastic work. I also have the same problem, can't find SSH in the luci web interface. |
There is a way to access ssh without going thru first-boot procedure. Assuming MQTT is working, the steps require sending MQTT OS command to spawn ssh server and using deprecated cipher algorithm when ssh-ing.
|
Thanks, it worked perfectly. After it, I fixed the dropbear config with this: # cat /etc/config/dropbear
config dropbear
option PasswordAuth 'on'
option RootPasswordAuth 'on'
option Port '22'
# option BannerFile '/etc/banner' And after restarted it worked. |
Thanks Pando85 for your SSH config, it works like a charm but GHM v1.1.191 crashes randomly GoHeisaMon on CZ-TAW1B Enabling SSH
Make SSH permanent
then to copy-paste the content of the pando85 post below and save with CTRL+D .
To check that everything is correct type : cat /etc/config/dropbear . Files transfert Conclusions |
Hello,
First of all thank you very much for your work. I have successfully installed the software. But when trying to enable ssh and luci by sending the commands through mqtt, the device does not connect with mqtt or with ssh. I have sent the commands through mqtt "umount /overlay" , "jffs2reset -y"and "reboot" with the outputs that I attach in the image. I need to configure access by WIFI. What I can be doing wrong
Thanks!
The text was updated successfully, but these errors were encountered: