Package: cryptsetup
Version: 2:1.1.0~rc2-1
I would like to add a key file to an encrypted partition using
device=/dev/sdd1
dd if=/dev/urandom of=/tmp/keyfile bs=256 count=1
cryptsetup luksAddKey ${device} /tmp/keyfile
But cryptsetup asks to enter the (new) passphrase again for
verification:
# cryptsetup luksAddKey ${device} /tmp/keyfile
Enter any passphrase: xxxxxxxxxxx
Verify passphrase:
How am I supposed to enter this generated binary data again?
I am not encrypting partitions that often, but I am pretty sure
that this is a regression.
Regards
Harri
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]