LUKS2로 암호화된 장치를 잠금 해제하는 데 사용되는 방법을 대화식으로 등록하거나 제거합니다. 별도로 지정하지 않으면 암호를 사용하여 장치를 잠금 해제합니다. 시스템 부팅 시 파티션을 잠금 해제하려면
/etc/crypttab
파일이나 initramfs를 업데이트해야 합니다. 더 많은 정보: https://www.freedesktop.org/software/systemd/man/systemd-cryptenroll.html.
cryptsetup luksAddKey
와 유사):systemd-cryptenroll --password {{경로/대상/luks2_블록_장치}}
systemd-cryptenroll --recovery-key {{경로/대상/luks2_블록_장치}}
systemd-cryptenroll --pkcs11-token-uri {{list|auto|pkcs11_토큰_uri}} {{경로/대상/luks2_블록_장치}}
auto
는 토큰이 하나만 연결되어 있을 때 장치 이름으로 사용 가능):systemd-cryptenroll --fido2-device {{list|auto|경로/대상/fido2_hidraw_장치}} {{경로/대상/luks2_블록_장치}}
systemd-cryptenroll --fido2-device {{auto|경로/대상/fido2_hidraw_장치}} --fido2-with-user-verification yes {{경로/대상/luks2_블록_장치}}
systemd-cryptenroll --unlock-fido2-device {{경로/대상/fido2_hidraw_잠금_해제_장치}} --fido2-device {{경로/대상/fido2_hidraw_등록_장치}} {{경로/대상/luks2_블록_장치}}
systemd-cryptenroll --tpm2-device {{auto|경로/대상/tpm2_블록_장치}} --tpm2-with-pin yes {{경로/대상/luks2_블록_장치}}
systemd-cryptenroll --wipe-slot {{empty|password|fido2|pkcs#11|tpm2|recovery|all}} {{경로/대상/luks2_블록_장치}}