Results 1 to 2 of 2
Hello, I have a desktop in which I installed OpenSSH server to connect from other machines in the network. OpenSSH server is set by default to start every time the ...
- 04-27-2009 #1
SSH question
Hello, I have a desktop in which I installed OpenSSH server to connect from other machines in the network. OpenSSH server is set by default to start every time the machine boots, I do not want that. Actually I only want to start the server when I want to with /etc/init.d/ssh start.
Is there a way to to stop services from starting when the machine boots?
Thanks in advance.
- 04-28-2009 #2
update-rc.d is quite tricky.
so i suggest you to install sysv-rc-conf
after installing it# sudo apt-get install sysv-rc-conf
execute this
sysv-rc-conf is chkconfig version in debian.# sudo sysv-rc-conf
to do this graphically you can install bum - boot up manager
you can find it under Syste>Administration after installation# sudo apt-get install bum


Reply With Quote