Enabling SSH and ROOT account RASPBIAN

Enabling SSH

sudo raspi-config

Go to Interfacing options

Turn on SSH

Enable root account

sudo passwd root

set a password

Enabling SSH for root

sudo nano /etc/ssh/sshd_config

Then find the line PermitRootLogin and uncomment and change to

PermitRootLogin yes

Reboot and good to go!