diff --git a/content/posts/linux/Using Native ZFS Encryption with Proxmox.md b/content/posts/linux/Using Native ZFS Encryption with Proxmox.md index 594f22c..edc96c3 100644 --- a/content/posts/linux/Using Native ZFS Encryption with Proxmox.md +++ b/content/posts/linux/Using Native ZFS Encryption with Proxmox.md @@ -68,10 +68,10 @@ zfs destroy -r rpool/data # Create a new encryption key dd if=/dev/urandom bs=32 count=1 of=/.data.key -# Setting the approprieate permission +# Set the approprieate permission chmod 400 /.data.key -# Making the key immutable +# Make the key immutable chattr +i /.data.key # Create a new dataset with encryption enabled @@ -138,4 +138,4 @@ update-initramfs -u You should now be able to ssh into your dropbear upon reboot. Use `zfsunlock` to unlock the `rpool/ROOT` dataset :) -![Dropbear with Proxmox ZFS](/images/dropbear-proxmox-zfs.png) \ No newline at end of file +![Dropbear with Proxmox ZFS](/images/dropbear-proxmox-zfs.png)