Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get lock_passwd to work #134

Open
zewelor opened this issue Mar 13, 2024 · 0 comments
Open

Cannot get lock_passwd to work #134

zewelor opened this issue Mar 13, 2024 · 0 comments

Comments

@zewelor
Copy link

zewelor commented Mar 13, 2024

Hi

I'm trying following config:

#cloud-config

  users:
    - name: "kairos"
      passwd: "samplepassword"
      lock_passwd: true
      ssh_authorized_keys:
        - github:zewelor

And it allows me to login, from reading code I assume it should set password hash as "!" in /etc/shadow ? There is still normal password hash there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant