or enable Root Login via SSH:
nano /etc/ssh/sshd_config
find:
#PermitRootLogin
change to:
PermitRootLogin yes
restart the SSH server:
systemctl restart sshd
Warning: Enabling SSH root login with a password makes your server highly vulnerable to brute-force attacks. It is strongly recommended to use SSH Keys instead or create a sudo user.