i want to stop the ssh server to possibly save some power and increase security i learnt to root and "/etc/init.d/ssh stop" to stop the server. i know that works because it said ssh stop then i tried "rm -f /etc/rc2.d/s55ssh" to stop it for autostarting. that worked because i tried to connect but couldnt.
script if [ -f /etc/dont_start_ssh ]; then exit 1 else exec /usr/sbin/sshd -D fi end script