i've run this bellow command
sudo apt-get install openssh-server
getting bellow errors
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package openssh-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'openssh-server' has no installation candidate
I also tried with
/etc/init.d/ssh restart
got response as,
bash: /etc/init.d/ssh: No such file or directory
cat /etc/apt/sources.list
– Jul 11 '14 at 08:24