yubikey-luks icon indicating copy to clipboard operation
yubikey-luks copied to clipboard

Two factor authentication for harddisk encryption

Results 27 yubikey-luks issues
Sort by recently updated
recently updated
newest added

I followed this tutorial trying to use it for LVM volume to be setup as luks-encrypted volume with Yubikey: https://deisi.github.io/posts/luks_mi_yubikey/ I stucked when I noticed ```yubikey-luks-enroll``` tries to access /dev/sda3...

Scenario: Mount luks file using a detached header: > /sbin/cryptsetup --verbose luksOpen --type luks2 --header luksheader.img /dev/loop8 mybackup Enrolling a yubikey key slot appears to work OK: > yubikey-luks-enroll -d...

Hello, im using this setup on my new Laptop which overall works fine. But if i try to use the suspend skript i get cpio errors. `cpio: Ungültige Nummer kI������...

The Makefile target "debianize" contains: ``` mkdir -p DEBUILD/${SRC_DIR} cp -r * DEBUILD/${SRC_DIR} ``` This resuilts in an error on Ubuntu: cannot copy a directory, 'DEBUILD', into itself Consider changing...

Hello! I found an issue related to identifying Yubikey when I'm trying to open a LUKS disk at boot. When I add more entries to fstab I will get "Yubikey...

When using LUKS with the default compiled-in key and passphrase parameters, the password length is limited to 512 bits. According to cryptsetup --help, the maximum keyfile size is 8192kB and...

Hi, on clean new installation of Ubuntu 24.04 yubikey-luks initramfs unlock script does not work. after insatlation (sudo apt-get install yubikey-luks -y) I am able to enroll keys in key...