~ubuntu-branches/debian/jessie/cryptsetup/jessie

« back to all changes in this revision

Viewing changes to man/cryptsetup.8

  • Committer: Package Import Robot
  • Author(s): Jonas Meurer
  • Date: 2014-03-04 20:14:07 UTC
  • mfrom: (0.2.13)
  • Revision ID: package-import@ubuntu.com-20140304201407-8cn7znmyssyrgduu
Tags: 2:1.6.6-1
* new upsream version 1.6.6.
* add versioned dependency on cryptsetup-bin to cryptsetup. (closes: #747670)
* change versioned build-depends on automake to >= 1.12 to reflect upstream
  requirements. Thanks to Joel Johnson. (closes: #740688)
* build and link against libgcrypt20 (>= 1.6.1). Add note about whirlpool
  bug in older libgcrypt releases and how to deal with it to debian/NEWS.
* add systemd support to askpass. Thanks to David Härdeman for the patch.
  (closes: #742600, #755074)
* fix initramfs cryptroot hook to not include modules unconditionally. Thanks
  to Dmitrijs Ledkovs for bugreport and patch. (closes: #714104)
* fix decrypt_keyctl script to ask again in case of wrong passphrase. Thanks
  to Dmitriy Matrosov for bugreport and patch. (closes: #748368)
* incorporate changes from ubuntu package:
  - don't hardcode paths to udevadm and udevsettle.
  - restore terminal settings in askpass.c. (closes: #714942)
  - migrate upstart jobs to new names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
\-\-key-file, \-\-keyfile-offset, \-\-key-size, \-\-offset, \-\-skip, \-\-size,
132
132
\-\-readonly, \-\-shared, \-\-allow-discards]
133
133
 
134
 
Example: 'cryptsetup open --type plain /dev/sda10 e1' maps the raw
 
134
Example: 'cryptsetup open \-\-type plain /dev/sda10 e1' maps the raw
135
135
encrypted device /dev/sda10 to the mapped (decrypted) device
136
136
/dev/mapper/e1, which can then be mounted, fsck-ed or have a
137
137
filesystem created on it.
248
248
 
249
249
\fBWARNING:\fR If you read the passphrase from stdin
250
250
(without further argument or with '-' as argument
251
 
to \-\-key\-file), batch-mode (-q) will be implicitely
 
251
to \-\-key\-file), batch-mode (\-q) will be implicitely
252
252
switched on and no warning will be given when you remove the
253
253
last remaining passphrase from a LUKS container. Removing
254
254
the last passphrase makes the LUKS container permanently
292
292
 
293
293
\fBWARNING:\fR If you read the passphrase from stdin
294
294
(without further argument or with '-' as argument
295
 
to \-\-key-file), batch-mode (-q) will be implicitely
 
295
to \-\-key-file), batch-mode (\-q) will be implicitely
296
296
switched on and no warning will be given when you remove the
297
297
last remaining passphrase from a LUKS container. Removing
298
298
the last passphrase makes the LUKS container permanently
438
438
 
439
439
If you have whole TCRYPT device as a file image and you want to map multiple
440
440
partition encrypted with system encryption, please create loopback mapping
441
 
with partitions first (\fBlosetup -P\fR, see \fPlosetup(8)\fR man page for more info),
 
441
with partitions first (\fBlosetup \-P\fR, see \fPlosetup(8)\fR man page for more info),
442
442
and use loop partition as the device parameter.
443
443
 
444
444
If you use whole base device as parameter, one device for the whole system
657
657
For \fIluksAddKey\fR this allows adding a new passphrase
658
658
without having to know an exiting one.
659
659
 
660
 
For \fIopen\fR this allows to open the LUKS device
 
660
For \fIopen\fR this allows one to open the LUKS device
661
661
without giving a passphrase.
662
662
.TP
663
663
.B "\-\-dump\-master\-key"
807
807
.TP
808
808
.B "\-\-header\fR <device or file storing the LUKS header>"
809
809
Use a detached (separated) metadata device or file where the
810
 
LUKS header is stored. This options allows to store ciphertext
 
810
LUKS header is stored. This options allows one to store ciphertext
811
811
and LUKS header on different devices.
812
812
 
813
813
This option is only relevant for LUKS devices and can be
1003
1003
Please attach the output of the failed command with the
1004
1004
\-\-debug option added.
1005
1005
.SH AUTHORS
1006
 
cryptsetup originally written by Christophe Saout <christophe@saout.de>
 
1006
cryptsetup originally written by Jana Saout <jana@saout.de>
1007
1007
.br
1008
1008
The LUKS extensions and original man page were written by
1009
1009
Clemens Fruhwirth <clemens@endorphin.org>.
1012
1012
.br
1013
1013
Man page rewrite and extension by Arno Wagner <arno@wagner.name>.
1014
1014
.SH COPYRIGHT
1015
 
Copyright \(co 2004 Christophe Saout
 
1015
Copyright \(co 2004 Jana Saout
1016
1016
.br
1017
1017
Copyright \(co 2004-2006 Clemens Fruhwirth
1018
1018
.br