This commit is contained in:
JMARyA 2023-12-04 11:02:23 +01:00
commit c5cd492449
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
475 changed files with 27928 additions and 0 deletions

24
technology/bsd/geli.md Normal file
View file

@ -0,0 +1,24 @@
---
obj: filesystem
---
#refactor
geli is used in [FreeBSD](FreeBSD.md) to encrypt [filesystems](../linux/filesystems/Filesystems.md) on devices (similiar to [LUKS](../linux/filesystems/LUKS.md) on [Linux](../linux/Linux.md)).
### Setting up Geli
- `geli init`: Initialize a disk or partition for encryption
- `geli attach`: Attach an encrypted disk or partition
- `geli detach`: Detach an attached encrypted disk or partition
### Managing keys
- `geli addkey`: Add a new key to an encrypted disk or partition
- `geli delkey`: Remove a key from an encrypted disk or partition
- `geli list`: List the keys for an encrypted disk or partition
### Other Geli commands
- `geli backup`: Back up the metadata for an encrypted disk or partition
- `geli restore`: Restore the metadata for an encrypted disk or partition
- `geli status`: Show the status of encrypted disks and partitions