Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch Linux: describe ed25519 support #131

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions docs/Getting Started/Arch Linux/Arch Linux Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
<https://archlinux.org/packages/community/any/mkinitcpio-dropbear/>`__,
lacks support for converting ed25519 host key,
`see this pull request
<https://github.com/grazzolini/mkinitcpio-dropbear/pull/13>`__.

#. Regenerate initrd::

mkinitcpio -P
Expand Down