<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>FDE on nagg.eu</title><link>https://nagg.eu/tags/fde/</link><description>Recent content in FDE on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 20 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/fde/index.xml" rel="self" type="application/rss+xml"/><item><title>Remotely unlock a full disk encrypted Fedora 40 server</title><link>https://nagg.eu/remotely-unclock-a-full-disk-encrypted-fedora-40-server/</link><pubDate>Sun, 20 Oct 2024 00:00:00 +0000</pubDate><guid>https://nagg.eu/remotely-unclock-a-full-disk-encrypted-fedora-40-server/</guid><description>&lt;p&gt;What I have been doing in &lt;a href="https://nagg.eu/remotely-unclock-a-full-disk-encrypted-fedora-33-server/"&gt;2020&lt;/a&gt;
and &lt;a href="https://nagg.eu/remotely-unclock-a-full-disk-encrypted-fedora-centos-server/"&gt;before&lt;/a&gt;
doesn&amp;rsquo;t seem to work anymore, ence it is time to publish a new episode of the
saga: how to remotely unlock a full disk encrypted Linux machine.&lt;br&gt;
&lt;a href="https://github.com/gsauthof/dracut-sshd"&gt;dracut-sshd&lt;/a&gt; still works perfectly
even though the surroundings changed a bit.&lt;/p&gt;
&lt;p&gt;First step is instructing dracut to add &lt;code&gt;dracut-sshd&lt;/code&gt; into initramfs:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ sudo dnf install dracut dracut-network openssh
$ git clone https://github.com/gsauthof/dracut-sshd.git
$ cd dracut-sshd
$ sudo cp -ri 46sshd /usr/lib/dracut/modules.d
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Configure grub to instruct dracut to add networking to initramfs:&lt;/p&gt;</description></item><item><title>Remotely unlock a full disk encrypted Fedora 33 server</title><link>https://nagg.eu/remotely-unclock-a-full-disk-encrypted-fedora-33-server/</link><pubDate>Tue, 08 Dec 2020 00:00:00 +0000</pubDate><guid>https://nagg.eu/remotely-unclock-a-full-disk-encrypted-fedora-33-server/</guid><description>&lt;p&gt;Last year I blogged on how to &lt;a href="https://nagg.eu/remotely-unclock-a-full-disk-encrypted-fedora-centos-server/"&gt;remotely unlock a full disk encrypted Fedora/CentOS server&lt;/a&gt;.&lt;br&gt;
The software I used, &lt;a href="https://github.com/dracut-crypt-ssh/dracut-crypt-ssh"&gt;dracut-crypt-ssh&lt;/a&gt;,
is not supported anymore and stopped working for me on Fedora 32 and 33.&lt;br&gt;
A quick DDG search pointed me in the right direction and made me find a similar
software that accomplishes the same task: &lt;a href="https://github.com/gsauthof/dracut-sshd"&gt;dracut-sshd&lt;/a&gt;.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;$ sudo dnf install dracut dracut-network openssh libblkid-devel gcc
$ git clone https://github.com/gsauthof/dracut-sshd.git
$ cd dracut-sshd
$ sudo cp -ri 46sshd /usr/lib/dracut/modules.d
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;After compiling and installing &lt;code&gt;dracut-crypt-ssh&lt;/code&gt; configure grub to instruct
dracut to add networking to initramfs:&lt;/p&gt;</description></item></channel></rss>