From 22f4abc497880e9e335e80eed350cbc37547f5bf Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sat, 25 Feb 2023 12:16:07 -0700 Subject: Add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f05ad8d --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Acquire Key Over Ssh +-------------------- + + +This Dracut module allows the initramfs to obtain the decryption key for the +rootfs over an SSH connection. This can be useful if the machine is headless. + +Using this in a setup of two machines that can unlock eachother means that the +encryption keys never need to live persistently on an unencrypted device. -- cgit