› Forums › Network Management › Networking › Can ZeroShell be configured to have sshd start when › Reply To: Can ZeroShell be configured to have sshd start when
April 13, 2007 at 7:34 pm
#45273
Participant
The easier way to automatically start ssh when you restart the system is the following command:
echo “/usr/sbin/sshd” >> /etc/rc.local
This works either with LiveCD version or with CompactFlash version, because /etc/rc.local is a symbolic link to a file stored in the database.