mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-21 20:31:33 -05:00
Change /dev/urandom to /dev/random
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
714655c49c
commit
eb1098bc37
@ -75,7 +75,7 @@ Note that the encryption key will be stored inside of the `rpool/ROOT` dataset.
|
|||||||
zfs destroy -r rpool/data
|
zfs destroy -r rpool/data
|
||||||
|
|
||||||
# Create a new encryption key
|
# 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
|
# Set the approprieate permission
|
||||||
chmod 400 /.data.key
|
chmod 400 /.data.key
|
||||||
|
Loading…
Reference in New Issue
Block a user