1

The title pretty much sums it up, but I want to create a second data partition on a web-facing server which is encrypted and requires two people to provide passphrases before it can be unlocked. Is this even possible?

alanbeard
  • 141
  • 9
  • possible duplicate of http://unix.stackexchange.com/questions/38387/are-there-more-advanced-luks-key-schemes-e-g-2-of-3-keys-needed – neutrinus Apr 08 '14 at 10:08

1 Answers1

0

I don't think that LUKS is ready for it.

But you can make a password that is just two passwords concatenated. Or have encrypted partitionfile on encrypted partition..

neutrinus
  • 1,125
  • 7
  • 18
  • Sorry, I should have been more clear - it needs to be 2 out of a possible 4 passphrases (any combination of 2 of the 4 need to work). – alanbeard Apr 08 '14 at 10:20