Install ssh using apt install ssh if it is not already installed
Enable ssh use to a NON ROOT user by editinh /etc/ssh/sshd_config;
Make sure PermitRootLogin is set to no.
Add the line AllowUsers username in the Authentication section.
Restart sshd for the change to take effect. ("systemctl restart sshd" in debian)