I try to install the ssh in ubuntu I do: sudo apt-get install ssh
, then ask me Do you want to continue [Y/n]?
. Digit And then it shows me the following error:
dpkg: warning: there's no installed package matching ttf-mscorefonts-installer: i386
It was not installed because when I try to start it with sudo /etc/init.d/ssh start
it shows me the following:
Rather than invoking init scripts through /etc/init.d, use the service (8) utility, e.g. service ssh start
Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the start (8) utility, e.g. start ssh