📄 Change password for default user

Change password for default user creating Ubuntu VM


From instance launch window:

 

 Paste into Customization Script field:

#cloud-config
password: mypasswd
chpasswd: { expire: False }
ssh_pwauth: True