I installed ssh using apt-get install ssh
it showed that it was successfully installed but ssh cannot start up with the booting of ubuntu, every time i need to log in ubuntu and start the service by hand.
i searched the web and came to a method of using update-rc.d ssh defaults 99
but it also fails.
is there anything else should be configured?