mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-07-30 01:38:35 -04:00
Grammar Fixes
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
bad3161754
commit
cbd8fa913d
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue