apt update
 apt install openssh-server -y
 systemctl status ssh
 systemctl enable --now ssh
 nano /etc/ssh/sshd_config
   uncomment or add this: PermitRootLogin yes
 sudo systemctl restart ssh