~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to doc/manpage/ecryptfs-add-passphrase.1

  • Committer: Dustin Kirkland
  • Date: 2009-01-22 07:04:20 UTC
  • Revision ID: git-v1:11008643c13920f6195e44ebcbf051d0bf983213
ecryptfs-add-passphrase: add --fnek option

Add an option, --fnek, to ecryptfs-add-passphrase.

If present, the utility will also add the associated filename
encryption passphrase.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
ecryptfs-add-passphrase \- add an eCryptfs mount passphrase to the kernel keyring.
4
4
 
5
5
.SH SYNOPSIS
6
 
\fBecryptfs-add-passphrase\fP
 
6
\fBecryptfs-add-passphrase\fP [\-\-fnek]
7
7
 
8
 
printf "%s" "passphrase" | \fBecryptfs-add-passphrase -\fP
 
8
printf "%s" "passphrase" | \fBecryptfs-add-passphrase\fP [\-\-fnek] -
9
9
 
10
10
.SH DESCRIPTION
11
11
\fBecryptfs-add-passphrase\fP is a utility to manually add a passphrase to the kernel keyring.
12
12
 
 
13
If the \-\-fnek option is specified, the filename encryption key associated with the input passphrase will also be added to the keyring.
 
14
 
13
15
.SH SEE ALSO
14
16
.PD 0
15
17
.TP