https://kodekloud-engineer.com/
Get the credentials here: https://kodekloudhub.github.io/kodekloud-engineer/docs/projects/nautilus
Once logged in the required server:
adduser ${userName} -s /sbin/nologin
# check current settings
timedatectl
# list the available timezones
timedatectl list-timezones
# set a timezone
sudo timedatectl set-timezone ${timezone}
Edit /etc/ssh/sshd_config
, replaceing:
#PermitRootLogin yes
with
PermitRootLogin no
Restart sshd:
# on Ubuntu
systemctl restart sshd