So if you're using Proxmox you need to open up ssh and run the following commands:
- Setup a root password
sudo passwd root
- Enable ssh
nano /etc/ssh/sshd_config
- Change the following line:
PermitRootLogin without-password
to
PermitRootLogin yes
- Restart ssh
systemctl restart sshd