I've installed KAMIKAZE (8.09, r14511) on a Linksys WRT54GL. I can enter failsafe mode and set root's password, but after reboot I cannot log into it again using ssh. I expect the below to work, but it doesn't. Do I need to umount the file system or 'commit' in order for the changes to be permanently written (so that it survives reboot)? (code below edited for brevity)
$ telnet 192.168.1.1
BusyBox v1.11.2 (2009-01-06 07:18:07 CET) built-in shell (ash)
root@(none):/# mount_root
Unlocking rootfs_data ...
switching to jffs2
root@(none):/# passwd
Changing password for root
New password:
Bad password: too weak
Retype password:
Password for root changed by root
root@(none):/# reboot -f
Now switch the network cable from WAN port to one of the LAN ports.
$ ssh root@192.168.1.1
ssh: connect to host 192.168.1.1 port 22: No route to host
Shouldn't this work?
(Last edited by aff on 3 Aug 2009, 14:22)