ecryptfs-setup-private - setup an eCryptfs private directory.
ecryptfs-setup-private [-f|--force] [-w|--wrapping] [-b|--bootstrap] [-n|--no-fnek] [--nopwcheck] [-u|--username USER] [-l|--loginpass LOGINPASS] [-m|--mountpass MOUNTPASS]
Options available for the ecryptfs-setup-private command: -f, --force Force overwriting of an existing setup -w, --wrapping Use an independent wrapping passphrase, different from the login passphrase -u, --username USER User to setup, default is current user if omitted -l, --loginpass LOGINPASS System passphrase for USER, used to wrap MOUNTPASS, will interactively prompt if omitted -m, --mountpass MOUNTPASS Passphrase for mounting the ecryptfs directory, default is 16 bytes from /dev/random if omitted -b, --bootstrap Bootstrap a new user's entire home directory --undo Display instructions on how to undo an encrypted private setup -n, --no-fnek Do not encrypt filenames; otherwise, filenames will be encrypted on systems which support filename encryption --nopwcheck Do not check the validity of the specified login password (useful for LDAP user accounts) --noautomount Setup this user such that the encrypted private directory is not automatically mounted on login --noautoumount Setup this user such that the encrypted private directory is not automatically unmounted at logout
ecryptfs-setup-private is a program that sets up a private cryptographic mountpoint for a non-root user. Be sure to properly escape your parameters according to your shell's special character nuances, and also surround the parameters by double quotes, if necessary. Any of the parameters may be: 1) exported as environment variables 2) specified on the command line 3) left empty and interactively prompted The user SHOULD ABSOLUTELY RECORD THE MOUNT PASSPHRASE AND STORE IN A SAFE LOCATION. If the mount passphase file is lost, or the mount passphrase is forgotten, THERE IS NO WAY TO RECOVER THE ENCRYPTED DATA. Using the values of USER, MOUNTPASS, and LOGINPASS, ecryptfs-setup- private will: - Create ~/.Private (permission 700) - Create ~/Private (permission 500) - Backup any existing wrapped passphrases - Use LOGINPASS to wrap and encrypt MOUNTPASS - Write to ~/.ecryptfs/wrapped-passphrase - Add the passphrase to the current keyring - Write the passphrase signature to ~/.ecryptfs/Private.sig - Test the cryptographic mount with a few reads and writes The system administrator can add the pam_ecryptfs.so module to the PAM stack which will automatically use the login passphrase to unwrap the mount passphrase, add the passphrase to the user's kernel keyring, and automatically perform the mount. See pam_ecryptfs(8).
~/.ecryptfs/auto-mount ~/.Private - underlying directory containing encrypted data ~/Private - mountpoint containing decrypted data (when mounted) ~/.ecryptfs/Private.sig - file containing signature of mountpoint passphrase ~/.ecryptfs/Private.mnt - file containing path of the private directory mountpoint ~/.ecryptfs/wrapped-passphrase - file containing the mount passphrase, wrapped with the login passphrase ~/.ecryptfs/wrapping-independent - this file exists if the wrapping passphrase is independent from login passphrase
ecryptfs-rewrap-passphrase(1), mount.ecryptfs_private(1), pam_ecryptfs(8), umount.ecryptfs_private(1) /usr/share/doc/ecryptfs-utils/ecryptfs-faq.html http://ecryptfs.org/
This manpage and the ecryptfs-setup-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. On Debian and Ubuntu systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.