diff --git a/docs/Getting Started/Arch Linux/Arch Linux Root on ZFS.rst b/docs/Getting Started/Arch Linux/Arch Linux Root on ZFS.rst
index 371f7c8aa..fb190ce8f 100644
--- a/docs/Getting Started/Arch Linux/Arch Linux Root on ZFS.rst
+++ b/docs/Getting Started/Arch Linux/Arch Linux Root on ZFS.rst
@@ -749,8 +749,6 @@ Optional Configuration
vi /etc/dropbear/root_key
- Note that dropbear only supports RSA keys.
-
#. Edit mkinitcpio::
tee /etc/mkinitcpio.conf <<- 'EOF'
@@ -769,6 +767,17 @@ Optional Configuration
ssh-keygen -Am pem
+ #. Manually convert ed25519 host key to dropbear
+ -readable format::
+
+ dropbearconvert openssh dropbear /etc/ssh/ssh_host_ed25519_key /etc/dropbear/dropbear_ed25519_host_key
+
+ `mkinitcpio-dropbear
+ `__,
+ lacks support for converting ed25519 host key,
+ `see this pull request
+ `__.
+
#. Regenerate initrd::
mkinitcpio -P