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

Example password hashes in iPXE guide don't work #1251

Open
bwarden opened this issue Sep 13, 2022 · 0 comments
Open

Example password hashes in iPXE guide don't work #1251

bwarden opened this issue Sep 13, 2022 · 0 comments
Labels
P2 Medium Priority

Comments

@bwarden
Copy link
Member

bwarden commented Sep 13, 2022

Describe the error/improvement to an existing document or image
The password hashes in the iPXE installation guide have extraneous backslashes inserted prior to $ characters. As these fields are written as-is to /etc/shadow on the installed system, they are invalid password hashes, and will prevent login.

password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/

password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/

Screenshots

users:
- login: clrlinux
  username: Clear Linux
  # Password is "clear123"
  password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/
  admin: true
- login: root
  username: Root Root
  # Password is "clear123"
  password: \$6\$SJJMfnInWQg.CvMA\$m2F8dJGj71zvi9mSNMktHMsPH3qhBm8pgXDNdaBe2yFfgi479JXvEqWkvQ6OxIUgGNQ5YXFIF0tCn.hEXB90G/
  admin: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Medium Priority
Projects
None yet
Development

No branches or pull requests

1 participant