Allow/Disallow Root SSH Login
From KlavoWiki
vi /etc/ssh/sshd_config
To allow root login from SSH add the line
PermitRootLogin Yes
To disallow root login remove the above line or change it to
PermitRootLogin No
Then restart the SSH daemon
systemctl restart ssh