Thread: Openssh on N900
View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#40
Originally Posted by Scottlfa View Post
Just remove K20ssh from /etc/rc0.d and that should stop it from loading on boot.

or

For temporary shutoff between reboots issue the following commands from terminal;

sudo gainroot
/etc/init.d/ssh stop

That would "turn it off" till next reboot or shutdown.
Eh? K20ssh means "Kill whatever is linked to at place 20 in the sorted order". S20ssh means to start. Removing this will prevent sshd from starting. But, preventing sshd form starting is, in my opinion, to solve the wrong problem.

Last edited by Joorin; 2010-04-24 at 15:16. Reason: Typo