I am trying to install sshd on my Ubuntu system but I am unable to do so. I tried below things.
sudo apt-get install openssh
but I received below error.When I am checking with which command for ssh, I am getting result for ssh but not for sshd.
While checking for status of ssh, I am getting an error of unrecognized service.
Please help me to overcome this as I am new to Ubuntu and I need both ssh and sshd to be available in my system.