View Single Post
Old 01-23-2008, 11:17 PM   #40
serge
Enthusiast
serge has learned how to buy an e-book online
 
Posts: 27
Karma: 80
Join Date: Dec 2007
Device: iRex iLiad
There is an older thread about this.

A good description of how it works: Changing or adding system start-up services

These are the files unbrickable places in the system:
/usr/bin/dropbear
/usr/bin/scp
/etc/dropbear/
/etc/dropbear/dropbear_dsa_host_key
/etc/dropbear/dropbear_dss_host_key
/etc/network/interfaces
/etc/init.d/dropbear
/etc/rc5.d/S98dropbear
/etc/passwd

If you want to get rid of it, just delete all of them but /etc/network/interfaces and /etc/passwd.

If you want iLiad to stop starting the daemon at start-up, just delete the symbolic link /etc/rc5.d/S98dropbear , which points to the script, /etc/init.d/dropbear , that starts/stops it.
Then
/etc/init.d/dropbear start
to start, and
/etc/init.d/dropbear stop
to stop.
Or create .sh files as described in the thread I mentioned above.

Last edited by serge; 01-23-2008 at 11:27 PM.
serge is offline   Reply With Quote