aboutsummaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2019-06-03 16:29:04 +0200
committerJonas Smedegaard <dr@jones.dk>2019-06-03 16:29:04 +0200
commitedce916b134b695edb92210fa2ddc48beb2aeb8e (patch)
treed667d8140d62977d35ede73ddb309e289294dfaa /USE.md
parentbad93a72fe2b2ee19cd40dd51cfd17a2803ef08d (diff)
Updates to storage.
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