Skip to content

Commit

Permalink
reference unLUKS
Browse files Browse the repository at this point in the history
  • Loading branch information
gsauthof committed Jan 25, 2025
1 parent 56ef7f6 commit 416f668
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,12 @@ The [ArchWiki dm-crypt page][arch] lists two initramfs hooks for
remote access. Both don't use [Dracut][dracut] nor systemd,
though. Also, they use Dropbear and Tinyssh as ssh daemon.

Another initramfs (non-dracut) hook script, but targeting Debian
systems, is [UnLUKS][unluks]. Similar to the Arch scripts it
starts the SSH daemon directly from the hook script into the
background, i.e. without any systemd integration. However, in
contrast to the Arch scripts it uses stock OpenSSH sshd.

[Clevis][clevis], an automatic decryption framework, has some
[LUKS][luks] unlocking and Dracut support. Looking at its documentation,
when it comes to automatic LUKS unlocking, the LUKS passphrase is
Expand Down Expand Up @@ -621,3 +627,4 @@ into an encrypted without having to re-install it from scratch.
[authboot]: https://0pointer.net/blog/authenticated-boot-and-disk-encryption-on-linux.html
[tang]: https://github.com/latchset/tang
[mandos]: https://www.recompile.se/mandos
[unluks]: https://github.com/BarbarossaTM/fluffy-unluks

0 comments on commit 416f668

Please sign in to comment.