aboutsummaryrefslogtreecommitdiff
path: root/USE.md
blob: 5930f4c2e64f1d48e607ed4ef78b8dded6fcefef (plain)

Using a secure account

Accounts containing trust secrets need special care.

Storage

Full disk encryption

encrypted partition

You need package cryptsetup-bin. Install it if not done already.

Connect the device (if removable) and mount encrypted device and its partition inside:

sudo cryptdisks_start mysecrets
sudo mount /mnt/mysecrets

When done using the device, unmount first partition and then device:

sudo umount /mnt/mysecrets
sudo cryptdisks_stop mysecrets

Secrets

PGP

Keysigning

SSH

Monkeysphere