Hi!
If you are using root to ssh into your machine it could be disabled.
You would need to change the sshd config file in /etc/ssh/sshd_config
look for PermitRootLogin and change its value to yes
PermitRootLogin yes
then save the file back and restart the sshd service.
systemctl restart sshd
or
service sshd restart