You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dracut module expects to install RSA and ECDSA keys, so at minimum those keys should be created.
190
-
The mkinitcpio module supports RSA, ECDSA, and ED25519 keys.
185
+
.. group-tab:: Dracut
186
+
187
+
The dracut module expects to install RSA and ECDSA keys, so at least these keys should be created. The ``dracut-crypt-ssh`` module forces the use of the ``dropbearconvert`` utility during creation of the initramfs image to convert OpenSSH keys into the format used by ``dropbear``. Care must be taken to ensure that OpenSSH keys are created in the PEM format expected by ``dropbearconvert``::
0 commit comments