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
initctl stop sshd
initctl start sshd