Ok, I trust you but I like to understand...
Is there a fundamental difference between your attached dropbear and already included in SamyGO one? (ssh/scp already works with this one 277kb<>396kb).
I can't get sshd.init script to work, ssh/scp only work if I unconditionnally launch dropbear (at the end of catch_crap for exemple)
More I wonder how your "dropbearmulti" can be effective since it is called nowhere in sshd.init.
Also you add these lines in catch_crap while they already exist in sshd.init, so is it necessary to have them twice?:
Code: Select all
/bin/mount -o bind /mtd_rwarea/passwd /etc/passwd
/bin/mount -o bind /mtd_rwarea/profile /etc/profile
To resume, everything works as it should but not by following exactly your guide...
