It looks like somehow your config file of OpenSSH-server got corrupted, please remove and try to install it once more and check if you can start the service or not?
sudo apt-get purge openssh-server
sudo apt-get install openssh-server
If you are using centos:
yum remove openssh-server
yum erase openssh-server
yum install openssh-server