To enable root login via SSH on Debian 13, follow the steps below:
Step 1 : Set a password for the root account:

Enter and confirm the root password.
Step 2 : Open the SSH daemon configuration file:
Step 3 : Find the following line:

Change it to:

Save the file and exit.
Step 4 : Restart the SSH service to apply the changes:

Step 5 : From another system, test root login via SSH:

Congratulations, you have successfully enabled root login via SSH on Debian 13.