adduser username
passwd username
usermod -aG wheel #user
sudo vi /etc/ssh/sshd_config
PermitRootLogin no, kaj ses hole yes korte hobe.
PubkeyAuthentication yes
PasswordAuthentication yes
AllowUsers bdwebs09
sudo systemctl restart sshd
Now log in with new user then use the command sudo -i