~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to doc/manpage/ecryptfs-setup-private.1

  • Committer: Dustin Kirkland
  • Date: 2009-02-13 15:57:24 UTC
  • Revision ID: kirkland@canonical.com-20090213155724-1q3qz2o0cbyimu9x
debian/ubuntu packaging

Initial checkin of the Debian/Ubuntu packaging

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
ecryptfs-setup-private \- setup an eCryptfs private directory.
4
4
 
5
5
.SH SYNOPSIS
6
 
.BI "ecryptfs-setup-private [\-f|\-\-force] [\-w|\-\-wrapping] [\-b|\-\-bootstrap] [\-n|\-\-no-fnek] [\-\-nopwcheck] [\-u|\-\-username USER] [\-l|\-\-loginpass LOGINPASS] [\-m|\-\-mountpass MOUNTPASS]"
 
6
.BI "ecryptfs-setup-private [\-f|\-\-force] [\-w|\-\-wrapping] [\-a|\-\-all\-home] [\-n|\-\-no-fnek] [\-u|\-\-username USER] [\-l|\-\-loginpass LOGINPASS] [\-m|\-\-mountpass MOUNTPASS]"
7
7
 
8
8
.SH OPTIONS
9
9
Options available for the \fBecryptfs-setup-private\fP command:
21
21
System passphrase for USER, used to wrap MOUNTPASS, will interactively prompt if omitted
22
22
.TP
23
23
.B \-m, \-\-mountpass MOUNTPASS
24
 
Passphrase for mounting the ecryptfs directory, default is 16 bytes from /dev/random if omitted
 
24
Passphrase for mounting the ecryptfs directory, default is 16 bytes from /dev/urandom if omitted
25
25
.TP
26
 
.B \-b, \-\-bootstrap
27
 
Bootstrap a new user's entire home directory
 
26
.B \-a, \-\-all\-home
 
27
Generate a setup for encrypting the user's entire home directory
28
28
.TP
29
29
.B \-\-undo
30
30
Display instructions on how to undo an encrypted private setup
31
31
.TP
32
32
.B \-n, \-\-no\-fnek
33
33
Do not encrypt filenames; otherwise, filenames will be encrypted on systems which support filename encryption
34
 
.TP
35
 
.B \-\-nopwcheck
36
 
Do not check the validity of the specified login password (useful for LDAP user accounts)
37
 
.TP
38
 
.B \-\-noautomount
39
 
Setup this user such that the encrypted private directory is not automatically mounted on login
40
 
.TP
41
 
.B \-\-noautoumount
42
 
Setup this user such that the encrypted private directory is not automatically unmounted at logout
43
 
 
44
34
 
45
35
.SH DESCRIPTION
46
36
\fBecryptfs-setup-private\fP is a program that sets up a private cryptographic mountpoint for a non-root user.
78
68
 
79
69
\fI~/.ecryptfs/wrapped-passphrase\fP - file containing the mount passphrase, wrapped with the login passphrase
80
70
 
81
 
\fI~/.ecryptfs/wrapping-independent\fP - this file exists if the wrapping passphrase is independent from login passphrase
 
71
\fI~/.ecryptfs/wrapped-independent\fP - this file exists if the wrapping passphrase is independent from login passphrase
82
72
 
83
73
.SH SEE ALSO
84
74
.PD 0
89
79
\fI/usr/share/doc/ecryptfs-utils/ecryptfs-faq.html\fP
90
80
 
91
81
.TP
92
 
\fIhttp://ecryptfs.org/\fP
 
82
\fIhttp://launchpad.net/ecryptfs/\fP
93
83
.PD
94
84
 
95
85
.SH AUTHOR
96
 
This manpage and the \fBecryptfs-setup-private\fP 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.
 
86
This manpage and the \fBecryptfs-setup-private\fP utility was written by Dustin Kirkland <kirkland@canonical.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.
97
87
 
98
 
On Debian and Ubuntu systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
 
88
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.