Basta executar cryptsetup
com o argumento -y
.
Na página de manual de cryptsetup
:
--verify-passphrase, -y
query for passwords twice. Useful when creating a (regular) mapping for the first time,
or when running luksFormat.
O sistema perguntaria duas vezes por uma senha existente e por uma nova:
$ sudo cryptsetup luksAddKey -y --key-slot 4 /dev/sda5
Enter any existing passphrase:
Verify passphrase:
Enter new passphrase for key slot:
Verify passphrase:
Passphrases do not match.