View Single Post
Posts: 6 | Thanked: 2 times | Joined on Jan 2010
#7
Originally Posted by j.s View Post
Nothing on the n900 needs to be altered to stop and start sshd. maemo 5 uses upstart to control services. Configuration files are in /etc/event.d instead of /etc/init.d

To stop the sshd server daemon, as root, type:r
Code:
initctl stop sshd
To restart a stopped sshd, root, type:
Code:
initctl start sshd
thanks! great
now i'mn finally able to stop sshd ...
and how about to configure to not start automatically at system boot?
i just want to use it when i start it manually
i didn't find this option in config file

Last edited by shaq; 2010-01-30 at 21:38. Reason: add something