View previous topic :: View next topic |
Author |
Message |
eauclair n00b
Joined: 21 Mar 2003 Posts: 52
|
Posted: Tue Mar 25, 2003 2:46 am Post subject: How do I run SSHD at boot time? |
|
|
Right now I have to type something like:
/etc/init.d/sshd start
is there a way to make it run automatically when the machine boots?
thanks! |
|
Back to top |
|
|
red_over_blue Guru
Joined: 16 Dec 2002 Posts: 310
|
Posted: Tue Mar 25, 2003 2:59 am Post subject: |
|
|
Use the rc-update scripts like during the install:
Code: |
rc-update add sshd default
|
|
|
Back to top |
|
|
|