aboutsummaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md32
1 files changed, 31 insertions, 1 deletions
diff --git a/USE.md b/USE.md
index 95ee811..76aae9c 100644
--- a/USE.md
+++ b/USE.md
@@ -3,7 +3,33 @@
Accounts containing trust secrets need special care.
-## GnuPG
+## Storage
+
+
+### Full disk encryption
+
+
+
+### encrypted partition
+
+You need package `cryptsetup-bin`.
+Install it if not done already.
+
+Connect the device (if removable)
+and locate its device name (first column):
+
+ lsblk --paths --nodeps
+
+Mount the encrypted partition on the device:
+
+ cryptdisks_start mysecrets
+
+
+## Secrets
+
+
+### PGP
+
### Keysigning
@@ -12,4 +38,8 @@ Accounts containing trust secrets need special care.
[caff]: https://wiki.debian.org/caff
"CA - Fire and Forget"
+
+### SSH
+
+
## Monkeysphere