I'm following Linode's Getting Started guide to set up an Ubuntu 10.04 LTS linode. I used Linode's LAMP stack script, and have gotten to the point of setting up SSH keys. When I try to restart SSH:
sudo service ssh restart
I get:
sudo: service: command not found
and the same as root. When I look up whereis service I get nothing, so I assume this means I am missing a package, but am reading conflicting advice on what to do.
I tried: installing package sysvconfig (cannot find) and sysv-rc-conf (has no install candidate). Running /sbin/service ssh restart didn't seem to work either.