clevis-luks-unlock.1 731 B

1234567891011121314151617181920212223242526272829303132
  1. .\" Automatically generated by Pandoc 1.19.1
  2. .\"
  3. .TH "CLEVIS\-LUKS\-UNLOCK" "1" "September 2017" "" ""
  4. .hy
  5. .SH NAME
  6. .PP
  7. clevis\-luks\-unlock \-\- Unlocks a LUKSv1 device bound with a Clevis
  8. policy
  9. .SH SYNOPSIS
  10. .PP
  11. \f[C]clevis\ luks\ unlock\f[] \-d DEV [\-n NAME]
  12. .SH OVERVIEW
  13. .PP
  14. The \f[C]clevis\ luks\ unlock\f[] command unlocks a LUKSv1 device using
  15. its already provisioned Clevis policy.
  16. For example:
  17. .IP
  18. .nf
  19. \f[C]
  20. $\ clevis\ luks\ unlock\ \-d\ /dev/sda
  21. \f[]
  22. .fi
  23. .SH OPTIONS
  24. .IP \[bu] 2
  25. \f[C]\-d\f[] \f[I]DEV\f[] : The LUKS device to unlock
  26. .IP \[bu] 2
  27. \f[C]\-n\f[] \f[I]NAME\f[] : The name to give the unlocked device node
  28. .SH SEE ALSO
  29. .PP
  30. \f[C]clevis\-luks\-bind\f[](1)
  31. .SH AUTHORS
  32. Nathaniel McCallum <npmccallum@redhat.com>.