View Single Post
linuxrebel's Avatar
Posts: 182 | Thanked: 46 times | Joined on Jan 2007 @ Silly-Con Valley
#3
1. does it take up resources? Not unless you are sshing in,and then it's neligable. It's not a gui so very light.

2. can you set it to not auto start? yes, this way.

$ sudo update-rc.d -f ssh remove

(or the windowsy way use gainroot then run it without the word sudo ie
$ update-rc.d -f ssh remove)

3. Start/stop using the init won't hurt a thing, and yes it is sshd (the ssh daemon) you want to stop.
 

The Following User Says Thank You to linuxrebel For This Useful Post: