18 lines
324 B
Markdown
18 lines
324 B
Markdown
# ecryptfs_automount
|
|
|
|
Configure pam to allow auto-mounting of encrypted home directories with eCryptfs.
|
|
|
|
## Usage
|
|
|
|
You still need to run the following for an user directory to be encrypted:
|
|
|
|
```bash
|
|
modprobe ecryptfs
|
|
ecryptfs-migrate-home -u username
|
|
```
|
|
|
|
## Source
|
|
|
|
https://wiki.archlinux.org/title/ECryptfs#Auto-mounting
|
|
|