LordGaav / proxmox-deploy

A cli-based deployment tool for Proxmox
GNU General Public License v3.0
149 stars 36 forks source link

User creation #13

Closed travka closed 8 years ago

travka commented 8 years ago

Hey, I plain to use your code in production, but i have some weird problems.

  1. If network-config is wrong, i can't access to machine via pubkey. Is there's any chance that you will add a user password add with sudo or something like this ?
LordGaav commented 8 years ago

No, not at this time. I find that configuring an username and password is very insecure.

However, cloud-init supports setting a password, so perhaps you can tweak the template to add an user to your liking. Also see: http://cloudinit.readthedocs.io/en/latest/topics/examples.html .