p:: CLI
root
user
Set root
password
Enable root login over SSH
Add below lines to end of file
Save file and Restart SSH Server
Copy Public Key to your laptop using ssh-copy-id
Disable Password Authentication
Change below values
PermitRootLogin prohibit-password
PasswordAuthentication no
Save file and Restart SSH Server