By default ssh password login is disabled on above cloud provider
To enable SSH root login edit /etc/ssh/sshd_config and enable below options and restart sshd service.PasswordAuthentication yes
PermitRootLogin yes
![](https://hackfi.initedit.com/wp-content/uploads/2019/10/image-1.png)
Restart SSH Servicesystemctl restart sshd