Other Help Topics :: ssh auto start



How do you let the deamon for ssh auto start on every reboot?

can't find it,lease help.

grtz Themuzz

For a live CD, F2 & F3 display all the daemons and how to start them at boot time.

boot:  dsl ssh

or add the command
/etc/init.d/ssh start to /opt/bootlocal.sh

or if you did a traditional hard drive install...

Make an appropriate "S" link in the appropriate rcX.d directory.

Thanx a lot, it works :)

original here.