Beavis wrote: > trying to get ssh to load at boot > > i have created a script in /etc/init.d called ssh > i have also created a symbolic link to it from > /etc/rc2.d called S20ssh > > but upon bootup the log says > /etc/init.d/rc: /etc/rc2.d/S20ssh: Permission denied > > anyone know why, or maybe an easier way then the one explained?
You need to make it executable. chmod 755 /etc/init.d/ssh dyer