cloud-init and cloud-config is how one can add a password to a cloud image
though it is NEVER recommended.
See:
http://cloudinit.readthedocs.io/en/latest/topics/examples.html
and read about users and groups and mkpasswd
cloud-init will read this at vm boot time and apply the cloud-config
(presu
On Aug 31, 2016, at 1:35 PM, David Medberry wrote:
> cloud-init and cloud-config is how one can add a password to a cloud image
> though it is NEVER recommended.
But that information is available with curl (in clear text!) on
ANY host, right?
___
Maili
You can also mount the image file and modify the user , password, sshd, etc
files accordingly. Once changes saved and image unmounted upload into
glance.
You now have an image with a known user password.
On Aug 30, 2016 2:30 PM, "Turbo Fredriksson" wrote:
> On Aug 30, 2016, at 3:07 PM, Kevin Wi
On Aug 30, 2016, at 3:07 PM, Kevin Wilson wrote:
> While googling for it, I saw that someone said that logging in via
> user/password credentials is not possible for this image, but I doubt
> it. How one is expected to login into console and not via ssh without
> such credentials?
Very few (any??