Open
Description
Current situation
azure-init allows customers to provision Linux VMs with an admin password.
Impact
Password is not as secure as ssh-key. Using password leaves the VM more vulnerable to brute-force attack.
Ideal future situation
Not supporting password provisioning.
**Implementation options
A couple options
- Disable password support completely. Note that Azure does allow customers to provide password to provision VM. In that case azure-init should fail provisioning if password is given.
- Allow the customer to choose to keep password support as a compile-time configurable option (but disable it by default)