| mount.ecryptfs_private(1) | eCryptfs | mount.ecryptfs_private(1) |
NAME¶
mount.ecryptfs_private - eCryptfs private mount helper.SYNOPSIS¶
mount.ecryptfs_private [ALIAS]DESCRIPTION¶
mount.ecryptfs_private is a mount helper utility for non-root users to cryptographically mount a private directory, ~/Private by default.- $HOME/.Private as the SOURCE
- $HOME/Private as the DESTINATION
- $HOME/.ecryptfs/Private.sig for the key signatures.
- $HOME/.ecryptfs/ALIAS.conf and for key signature(s) in:
- $HOME/.ecryptfs/ALIAS.sig
- the required passphrase is in their kernel keyring, and
- the current user owns both the SOURCE and DESTINATION mount points
- the DESTINATION is not already mounted
- mount SOURCE onto DESTINATION
- as an ecryptfs filesystem
- using the AES cipher
- with a key length of 16 bytes
- using the passphrase whose signature is in ~/.ecryptfs/Private.sig
FILES¶
~/.Private - underlying directory containing encrypted dataSEE ALSO¶
- ecryptfs(7), ecryptfs-rewrap-passphrase(1), ecryptfs-setup-private(1), keyctl(1), mount(8), umount.ecryptfs_private(1), pam_ecryptfs(8), fstab(5)
-
- /usr/share/doc/ecryptfs-utils/ecryptfs-faq.html
-
AUTHOR¶
This manpage and the mount.ecryptfs_private utility was written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.| 2008-07-21 | ecryptfs-utils |