Hi,
Is there secure way to set username and password for new user when instantiating from template?
If I use user inputs and set username and password based on those anyone can read username / password
combination from VMware tools.
vmtoolsd --cmd ‘info-get guestinfo.opennebula.context’ | base64 -d
Should I just make new users so that they will be prompted to change password on first login or
is there better way which wouldn’t cause this hassle for users.