[Yahoo-eng-team] [Bug 2006052] Re: cloud init prefixes password hash with exclamation mark

2023-04-11 Thread Launchpad Bug Tracker
[Expired for cloud-init because there has been no activity for 60 days.] ** Changed in: cloud-init Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/20

[Yahoo-eng-team] [Bug 2006052] Re: cloud init prefixes password hash with exclamation mark

2023-02-10 Thread Chad Smith
Hiya windowsguy, One thing we hope to see here with your attached tar/zipped logs from `cloud-init collect-logs` is whether cloud-init is actually making a call to passwd -l or usermod --lock in logs. I'll mark this bug as 'Incomplete' status. Please set it back to 'New' when you have had a chang

[Yahoo-eng-team] [Bug 2006052] Re: cloud init prefixes password hash with exclamation mark

2023-02-08 Thread Alberto Contreras
Hello windowsguy. Firstly, your command to generate the hashed password is wrong, as you are specifying the salt and not the password. See [1]. To hash 1234asdf execute: $ mkpasswd --method=SHA-512 --rounds=4096 1234asdf $6$rounds=4096$MJ9ozPaNS2HWVZcg$rwThVdxIm33BegbW2f2gNLq3JXzej5URpdOxPKna5uS