From 6dcbc77c148d54746ef42ebf27c71e4a13b5e46e Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 20 Sep 2023 03:08:26 -0700 Subject: [PATCH] Update --- ...ption, Mirroring, and Remote Unlocking with Ubuntu.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md index 3da78a9..abeb593 100644 --- a/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md +++ b/content/posts/linux/Root ZFS Encryption, Mirroring, and Remote Unlocking with Ubuntu.md @@ -278,8 +278,11 @@ cp /boot/efi/EFI/ZBM/VMLINUZ.EFI /boot/efi/EFI/ZBM/VMLINUZ-BACKUP.EFI ```bash git clone https://github.com/dracut-crypt-ssh/dracut-crypt-ssh -apt install -y blah blah blah dependency here I forgot -some build command here +apt install -y libblkid-dev +cd dracut-crypt-ssh +./configure +make +make install echo 'omit_dracutmodules+=" crypt-ssh "' >> /etc/dracut-config-location-idk mkdir -p /etc/dropbear ssh-keygen -t rsa -m PEM -f /etc/dropbear/ssh_host_rsa_key @@ -299,6 +302,8 @@ dropbear_ed25519_key=/etc/dropbear/ssh_host_ed25519_key # User zbmuser is the authorized unlocker here dropbear_acl=/home/zbmuser/.ssh/authorized_keys EOF + +generate-zbm ``` ### Configure EFI boot entries