You are not logged in.
Pages: 1
Hi,
I add "/etc/init.d/dropbear start" in the end of the rcS.conf,
the ssh wii be open, but I will get "Staring SSH sever:Dropbear... [Failed]"
when I turn on the PC.
(I still can use windows to link slitaz by putty)
can I ignore the message?
Offline
What happens if you run "/etc/init.d/dropbear start" normally like you would as if it was not added to the rcS.conf, does it still show Failed?
sixy
Offline
http://doc.slitaz.org/en:handbook:ssh
I think the handbook mean if you want to key command, you should key "dropbear start" ,
but if you want to open ssh when power on, you should add "dropbear"
after the run_daemons.
Ex. RUN_DAEMONS="...... dropbear"
and it will not show [Failed] again.
Offline
Start,stop,restart dropbear from console:
su
password: root
[c]/etc/init.d/dropbear start[/c]
[c]/etc/init.d/dropbear stop[/c]
[c]/etc/init.d/dropbear restart[/c]
Auto-start dropbear on boot:
/etc/rcS.conf
RUN_DAEMONS="slim firewall lighttpd dropbear"
Verify dropbear is running:
[c]ps -A | grep drop[/c]
Listening on port 22:
[c]pscan 127.0.0.1[/c]
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]