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

Add yk slot number to README #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ nvme0n1p3_crypt UUID=abcdefab-1234-abcd-abcd-123456789abc none luks,discard,keys
## Boot without user interaction
If you want the machine to be unlocked only by the YubiKey, you can add the challenge/passphrase from the enrollment step to */etc/ykluks.cfg*

Add a line with the challenge
Add the following lines
```
YUBIKEY_CHALLENGE="YOUR PASSPHRASE HERE"
YUBIKEY_LUKS_SLOT=2
```

# IMPORTANT:
Expand Down