GitHub user ipcloudlive added a comment to the discussion: How to setup Username and password on Ubuntu Cloud Image Template
Thanks but I am using given user-data with this template https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img I created user-data and use it , also I edited instance and use it, still I cannot use with the given username and password Did I need to learn some other things like setup template with configuration like that ?? I used this user-data ``` #cloud-config chpasswd: expire: false users: - {name: user, password: user, type: text} ssh_pwauth: false ``` when I try to login with user:user in novnc , its not working Thank you GitHub link: https://github.com/apache/cloudstack/discussions/10592#discussioncomment-12563525 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org