1
0
mirror of https://github.com/gryf/mkinitramfs.git synced 2026-02-15 01:05:44 +01:00

Added basic challenge-responce with YubiKey

This commit is contained in:
2022-09-26 17:35:37 +02:00
parent 9146707f97
commit 9ea18fa68b
2 changed files with 59 additions and 20 deletions

View File

@@ -70,5 +70,14 @@ plain USB pendrive. Currently support for the keys is limited to 4096 bytes,
and assumption that key is unencrypted - it helps with booting system
non-interactively.
Yubikey
-------
There is possibility for using key which is encrypted using response from
challenge response using `ykchalresp`_ command. The challenge here could be
any string, so the name of the device from config is used.
.. _ccrypt: https://sourceforge.net/projects/ccrypt/
.. _cryptsetup: https://gitlab.com/cryptsetup/cryptsetup/blob/master/README.md
.. _ykchalresp: https://github.com/Yubico/yubikey-personalization