For context, I have my computer setup for it's root partition to be encrypted, booting from UEFI, with an unencrypted /boot/efi partition of 500MB. I'm trying to set up yubikey encryption so that, if I have to leave my computer for a period of time, I can keep remote access in the event of a power cycle. (so stored challenge)
I followed the instructions line by line but despite that my computer always just asks for my normal LUKS password and when I type it in, it unlocks like I haven't even tried adding a yubikey to unlock it.
I kept my existing key slots as a backup at 1 and 2, and added my two yubikeys (always keep a backup and all that) to slots 4 and 5 of my luks partition.
my hooks are
HOOKS="base udev autodetect modconf block keyboard keymap consolefont ykfde encrypt filesystems"
and I have regenerated my mkinitcpio with
sudo mkinitcpio -P
I assume I'm missing something here but I can't see what as I followed the instructions basically verbatim on an install less than a day old. (endeavourOS if relevant) I won't pretend to know much of what I'm doing here beyond the broad stroke concepts but from everything I can see it should be working.
For context, I have my computer setup for it's root partition to be encrypted, booting from UEFI, with an unencrypted /boot/efi partition of 500MB. I'm trying to set up yubikey encryption so that, if I have to leave my computer for a period of time, I can keep remote access in the event of a power cycle. (so stored challenge)
I followed the instructions line by line but despite that my computer always just asks for my normal LUKS password and when I type it in, it unlocks like I haven't even tried adding a yubikey to unlock it.
I kept my existing key slots as a backup at 1 and 2, and added my two yubikeys (always keep a backup and all that) to slots 4 and 5 of my luks partition.
my hooks are
HOOKS="base udev autodetect modconf block keyboard keymap consolefont ykfde encrypt filesystems"
and I have regenerated my mkinitcpio with
sudo mkinitcpio -P
I assume I'm missing something here but I can't see what as I followed the instructions basically verbatim on an install less than a day old. (endeavourOS if relevant) I won't pretend to know much of what I'm doing here beyond the broad stroke concepts but from everything I can see it should be working.