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

[Issue]: Crypt root password in kickstart file #34

Closed
1 task done
uroesch opened this issue May 12, 2023 · 0 comments
Closed
1 task done

[Issue]: Crypt root password in kickstart file #34

uroesch opened this issue May 12, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@uroesch
Copy link
Owner

uroesch commented May 12, 2023

What went wrong?

Crypt the password in the kickstart file for RHEL 8 and RHEL 9 based OSes. Check the one from RHEL 7 and derivates.

E.g.

-rootpw <%= config['ssh_password'] %>
+rootpw --iscrypted <%= PasswordFactory.sha512(config['root_password']).hashed %>

Specify the build host system.

n/a

Are you building with docker?

  • Yes

Operating System with Errors

AlmaLinux 8.x, AlmaLinux 9.x, Oracle Linux 8.x, Oracle Linux 9.x, Red Hat Enterprise Linux 8.x, Red Hat Enterprise Linux 9.x, Rocky Linux 8.x, Rocky Linux 9.x

Which generated disk image is not working?

QCOW2 (KVM, QEMU, Proxmox)

Relevant log output

N/A
@uroesch uroesch added the bug Something isn't working label May 12, 2023
@uroesch uroesch self-assigned this May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant