aboutsummaryrefslogtreecommitdiff
path: root/USE.md
blob: 19fa999bbe462d302d1d774fd1e10614ff1a3134 (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 disk (if removable) and mount encrypted disk and its partition inside:

sudo cryptdisks_start mysecrets
sudo mount /mnt/mysecrets

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

sudo umount /mnt/mysecrets
sudo cryptdisks_stop mysecrets

Secrets

PGP

Keysigning

SSH

Monkeysphere