Sponsor:

Your company here, and a link to your site. Click to find out more.

clevis-luks-bind - Man Page

Bind a LUKS device using the specified policy

Synopsis

clevis luks bind [-f] [-y] -d DEV [-t TKN_ID] [-s SLT] [-k KEY] [-e EXISTING_TOKEN_ID] PIN CFG

Overview

The clevis luks bind command binds a LUKS device using the specified policy. This is accomplished with a simple command:

$ clevis luks bind -d /dev/sda tang '{"url":...}'

This command performs four steps:

  1. Creates a new key with the same entropy as the LUKS master key ā€” maximum entropy bits is 256.
  2. Encrypts the new key with Clevis.
  3. Stores the Clevis JWE in the LUKS header.
  4. Enables the new key for use with LUKS.

This disk can now be unlocked with your existing password as well as with the Clevis policy. You will additionally need to enable one or more of the Clevis LUKS unlockers. See clevis-luks-unlockers(7).

Options

Caveats

This command does not change the LUKS master key. This implies that if you create a LUKS-encrypted image for use in a Virtual Machine or Cloud environment, all the instances that run this image will share a master key. This is extremely dangerous and should be avoided at all cost.

This is not a limitation of Clevis but a design principle of LUKS. If you wish to have encrypted root volumes in the cloud, you will need to make sure that you perform the OS install method for each instance in the cloud as well. The images cannot be shared without also sharing a master key.

See Also

clevis-luks-unlockers(7), clevis-encrypt-tang(1), clevis-encrypt-sss(1), clevis-decrypt(1)

Referenced By

clevis(1), clevis-luks-list(1), clevis-luks-regen(1), clevis-luks-unbind(1), clevis-luks-unlock(1), clevis-luks-unlockers(7).

04/03/2024