Merge pull request #100418 from pltanton/master

fido2luks: 0.2.3 -> 0.2.15
This commit is contained in:
Marek Mahut
2020-11-09 00:22:09 +01:00
committed by GitHub
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ let
echo "Please move your mouse to create needed randomness."
''}
echo "Waiting for your FIDO2 device..."
fido2luks -i open ${device} ${name} ${fido2.credential} --await-dev ${toString fido2.gracePeriod} --salt string:$passphrase
fido2luks open ${device} ${name} ${fido2.credential} --await-dev ${toString fido2.gracePeriod} --salt string:$passphrase
if [ $? -ne 0 ]; then
echo "No FIDO2 key found, falling back to normal open procedure"
open_normally