Quote:
|
Originally Posted by bacicciosat
Ok here is but i have not tested so let me know if it works.
Warning this package is for dm7000 image only.
Unzip the file. You will have a Nabilo package: dropbear7000_nab.tgz.
Upload this file in /tmp and use manual panel to install.
To start dropbear telnet to your dream:
cd /var/script
./dropbear_script.sh
To add dropbear at dreambox startup edit file /etc/init.d/rcS
find line:
Code:
[ -e /var/bin/gSUB ] && /var/bin/gSUB &
add after:
Code:
[ -e /var/script/dropbear_script.sh] && /var/script/dropbear_script.sh
Let me know if it works.
|
If fact, there's no need to add a new line, because the dropbear line is already in the rcS script. No need of /var/script/dropbear_script.sh either, except if you wish to launch it only occasionaly via enigma interface.
But pay attention to the fact that /etc/ini.d/rcS verifies the creation of both RSA and DSS key to launch dropbear.
To create them :
/var/key/dropbearkey -t rsa -f /var/etc/dropbear/dropbear_rsa_host_key -s 1024
/var/key/dropbearkey -t dss -f /var/etc/dropbear/dropbear_dss_host_key -s 1024