PDA

View Full Version : ssh won't automatically start at computer bootup.


godcronos
03-13-2007, 11:59 PM
Hey guys, how are you doing?
I am looking for help regarding ssh and tftp and I am sure you can help me.
I recently upgraded my computer from the Beta version to the Final version and I can't get ssh and tftp to start up automatically at system bootup, unless I manually start them. Is there a way that that can be automated?Should they be automated if you start them once?
They worked fine, I think, in the Beta version and now I can't get them to work in the Final version.

Thank you !:)

P.S. Respect to all those out there that made this CD possible!


-------------------------------------------------------------------------------------
Hacking is The Art of attempting everything until something finally works!

bgrimm
03-14-2007, 02:35 AM
I can't get ssh and tftp to start up automatically at system bootup.

Set the executable bit on the script(s) you want to start in /etc/rc.d

example: chmod +x /etc/rc.d/rc.sshd

sshd listener will then startup on boot. Remember to use persistant directory or HDD install, or your changes will be lost on reboot.

Regards,
-bg

godcronos
03-14-2007, 03:12 PM
Thank you bgrimm, I will try that !

godcronos
03-15-2007, 06:21 PM
Hey that worked. Thanks!