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 a777784..0820e6c 100644 --- a/content/posts/linux/Using Native ZFS Encryption with Proxmox.md +++ b/content/posts/linux/Using Native ZFS Encryption with Proxmox.md @@ -75,7 +75,7 @@ Note that the encryption key will be stored inside of the `rpool/ROOT` dataset. zfs destroy -r rpool/data # Create a new encryption key -dd if=/dev/urandom bs=32 count=1 of=/.data.key +dd if=/dev/random bs=32 count=1 of=/.data.key # Set the approprieate permission chmod 400 /.data.key