File: key-option.pod

package info (click to toggle)
libguestfs 1%3A1.48.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 98,368 kB
  • sloc: ansic: 376,405; ml: 38,310; sh: 10,217; java: 9,578; cs: 6,328; haskell: 5,674; makefile: 5,165; python: 3,800; perl: 2,454; erlang: 2,446; ruby: 350; xml: 303; pascal: 257; javascript: 157; cpp: 10
file content (23 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

=item B<--key> SELECTOR

Specify a key for LUKS, to automatically open a LUKS device when using the inspection.  C<ID> can be either the libguestfs device name, or the UUID of the LUKS device.

=over 4

=item B<--key> C<ID>:key:KEY_STRING

Use the specified C<KEY_STRING> as passphrase.

=item B<--key> C<ID>:file:FILENAME

Read the passphrase from F<FILENAME>.

=item B<--key> C<ID>:clevis

Attempt passphrase-less unlocking for C<ID> with Clevis, over the network. Please refer to L<guestfs(3)/ENCRYPTED DISKS> for more information on network-bound disk encryption (NBDE).

Note that if any such option is present on the command line, QEMU user networking will be automatically enabled for the libguestfs appliance.

=back