aboutsummaryrefslogtreecommitdiff
path: root/USE.md
blob: 050281dab08e145e8e460d5d26cb2895c4a29bef (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.

Physically connect the disk (if removable) and mount first encrypted disk and then its partition inside:

sudo cryptdisks_start mysecrets
sudo mount /mnt/mysecrets

When done working with encrypted data, unmount first partition and then disk:

sudo umount /mnt/mysecrets
sudo cryptdisks_stop mysecrets

Secrets

PGP

Keysigning

SSH

Monkeysphere