key-file

Luks 容器的自动重启
key-file

Luks 容器的自动重启

我尝试使用密钥文件和密钥脚本在 Ubuntu Server (20.04) 上自动启动 luks 容器。两个选项的“/etc/crypttab”条目如下。 密钥文件: dm_crypt-0 /dev/sda3 /root/keyfile luks 关键脚本: dm_crypt-0 /dev/sda3 none luks,keyscript=/root/lukopen.sh 使用 keyfile crypttab 行时,它在重启时会被忽略,我必须使用密钥手动进入。使用 keyscript crypttab 行时,我收到致命错误(脚本没有返回任何内容)并且操...

Admin

Keepass 密钥文件格式
key-file

Keepass 密钥文件格式

使用 Keepass XC 抱怨我的 kee 文件格式: You are using a legacy key file format which may become unsupported in the future. Please consider generating a new key file. 如何更新密钥文件格式? 最好只更改格式而不更改密钥本身。(否则我必须再次将密钥传输到所有设备。 ...

Admin