SliTaz SliTaz Forum

You are not logged in.

#1 2013-08-12 04:08:46

driftseed
Member
Registered: 2013-08-02
Posts: 21

dropbear start (slitaz 1.0)

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

#2 2013-08-17 05:58:58

sixyearsofdreams
Member
Registered: 2012-09-07
Posts: 58

Re: dropbear start (slitaz 1.0)

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

#3 2013-08-19 02:13:02

driftseed
Member
Registered: 2013-08-02
Posts: 21

Re: dropbear start (slitaz 1.0)

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

#4 2013-08-20 05:42:58

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: dropbear start (slitaz 1.0)

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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]