Added by zorg ! over 11 years ago
I activated dropbear following the Cyanogenmod guide (http://wiki.cyanogenmod.org/w/Doc:_dropbear). It works fine on the command line. Then to make it start at boot time I added
# start Dropbear (ssh server) service on boot
service sshd /system/xbin/dropbear -s
user root
group root
oneshot
to /etc/init.local.rc
But it's not working. - I'd be grateful for suggestions!