mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-20 18:31:35 -05:00
Grammar Fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
bad3161754
commit
cbd8fa913d
@ -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 :)
|
||||
|
||||

|
||||

|
||||
|
Loading…
Reference in New Issue
Block a user