|
|
#1 |
|
Member
![]() Posts: 16
Karma: 10
Join Date: Nov 2024
Device: Kobo Touch
|
Telnet Login - admin credentials fail
Dear all,
I managed to get my Kobo basically running again. However, with telnet activated in NickelMenu, I can yet connect to my kobo, but the credentials "admin"/admin and "kobo"/kobo both fail. (Login incorrect) Previously, admin/admin has always been working fine. Any hints, what I am doing wrong? How could I change the credentials? Is there also a way to connect via SERIAL Com port? Might be more stable... Thanks for any hints! |
|
|
|
|
|
#2 | |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,476
Karma: 174510106
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
If you have updated your firmware, you may no longer have telnet capability. However, you do get SSH in the newer firmware. To check if you have SSH capability, look for a file named ssh-disabled in the .kobo directory. To enable SSH, rename that file to ssh-enabled and you should now be able to do an SSH connection with root as the username. The first time, you will be prompted to enter the password. I've quoted the contents of the ssh-disabled file below:
Quote:
|
|
|
|
|
| Advert | |
|
|
|
|
#3 | |
|
Member
![]() Posts: 16
Karma: 10
Join Date: Nov 2024
Device: Kobo Touch
|
Quote:
Code:
--> ssh root@192.168.178.53 ssh: connect to host 192.168.178.53 port 22: Connection refused Also any clue, if I could get a serial connection via USB, to have a backup in case my WIFI on the devices crashes again. This might help debugging. Last edited by kobotouch2711; 10-06-2025 at 06:42 AM. |
|
|
|
|
|
|
#4 | |
|
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 48,476
Karma: 174510106
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
I've added the 2 NM items below. Code:
menu_item : main : Toggle SSH : cmd_output : 500: quiet: test -e /mnt/onboard/.kobo/ssh-disabled
chain_failure : skip : 3
chain_success : cmd_spawn : quiet : mv /mnt/onboard/.kobo/ssh-disabled /mnt/onboard/.kobo/ssh-enabled
chain_success : dbg_toast : SSH Enabled
chain_always : skip : 2
chain_failure : cmd_spawn : quiet : mv /mnt/onboard/.kobo/ssh-enabled /mnt/onboard/.kobo/ssh-disabled
chain_success : dbg_toast : SSH Disabled
chain_always : power : reboot
Code:
menu_item : main : Force WiFi on : nickel_setting : toggle: force_wifi
chain_success : nickel_wifi : autoconnect
Last edited by DNSB; 10-06-2025 at 07:11 AM. |
|
|
|
|
|
|
#5 | |
|
Member
![]() Posts: 16
Karma: 10
Join Date: Nov 2024
Device: Kobo Touch
|
I am running 4.38.23429, but no success
![]() Further feedback highly appreciated. Quote:
|
|
|
|
|
| Advert | |
|
|
|
|
#6 |
|
Member
![]() Posts: 16
Karma: 10
Join Date: Nov 2024
Device: Kobo Touch
|
Dear all, I try to open up again this topic.
Despite following the above mentioned steps and having a file ssh-enabled, my ssh attempt always fails with connection refused (port 22). ssh root@192.168.178.101 The IP is the kobo device's ip and connection is established. Is there anything with the port to be changed? Any other way to access the console? Can telnet be reactivated? This has been working reliably in the past. By the way: telnet seems to be open/running, as I can connect to it, but kobo login/password "admin"/"admin" is refused. Last edited by kobotouch2711; 11-17-2025 at 04:51 AM. |
|
|
|
|
|
#7 |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 123
Karma: 1027062
Join Date: Nov 2012
Location: Berlin
Device: Kobo Elipsa 2e, Kobo Forma, Tolino Epos 2
|
Does your file ssh-enabled perhaps have some silly file extension that you're not seeing under Windows?
It's been years since I've played around with ssh/telnet on Kobo, so I may be missing some new developments. But in general it should be possible to install an /etc/passwd with a known root password hash with the KoboRoot.tgz mechanism. If that's what's keeping you from connecting via telnet. |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What are the credentials to telnet/ftp to Kobo? | somemail | Kobo Reader | 24 | 07-14-2025 09:06 PM |
| Libra Colour Telnet login ID and Password changed? | snoman | Kobo Reader | 3 | 06-19-2024 12:04 PM |
| USBNet/Telnet fail, need help | glasnost | Kindle Developer's Corner | 28 | 08-26-2016 09:33 PM |
| [FALSE] 80,000 Amazon Login Credentials Leaked | geekmaster | Amazon Kindle | 21 | 08-16-2016 11:02 AM |