Why I am not able to ssh as root?
Solution 1:
Please check the Option "PermitRootLogin" in /etc/ssh/sshd_config is set to "yes".
Please note that this is usually set to "no" or "public-key" since logging in as root via SSH is widely considered an security problem.