> > So: > - Install sshd and configure it > - Make sure you can log in through ssh > - Stop telnet through the web based control panel This doesn't deal with how to create an account with a shell after stopping telnet. And most important why ssh doesn't start up on a reboot. I would either have to telnet it or use the web page to stop it and restart it, which effectively starts the daemon running. Are you able to restart you RaQ and still use ssh? --
has it been added to /etc/rc.d/rc.local ? If not, you need to put at the end #Start the SSH2 Server: /etc/rc.d/init.d/sshd start fi