oracle cloud + ubuntu vm + cockpit + podman

to use oracle cloud + oracle vm or ubuntu vm with cockpit (+ podman) you will need to create a user with a password

# adduser NEWUSER
# passwd NEWUSER

you can optionally add them to the sudo group !

# usermod -aG sudo NEWUSER
# groupmems -g sudo -l