diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-06-03 16:29:04 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-06-03 16:29:04 +0200 |
commit | edce916b134b695edb92210fa2ddc48beb2aeb8e (patch) | |
tree | d667d8140d62977d35ede73ddb309e289294dfaa /USE.md | |
parent | bad93a72fe2b2ee19cd40dd51cfd17a2803ef08d (diff) |
Updates to storage.
Diffstat (limited to 'USE.md')
-rw-r--r-- | USE.md | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -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 |