1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-07 19:53:30 -04:00

Change /dev/urandom to /dev/random

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-18 16:07:42 -07:00
parent 714655c49c
commit eb1098bc37
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -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