Skip to content

Commit

Permalink
more concise wording; fix rst formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Maurice Zhou <ja@apvc.uk>
  • Loading branch information
Maurice Zhou authored and ejiek committed Mar 23, 2021
1 parent af93344 commit c623404
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 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 @@ -767,9 +767,16 @@ Optional Configuration

ssh-keygen -Am pem

Note: Dropbear already support ED25519 host key but until support is `merged in mkinitcpio-dropbear <https://github.com/grazzolini/mkinitcpio-dropbear/pull/13>` and `packaged <https://archlinux.org/packages/community/any/mkinitcpio-dropbear/>` you have to manually convert this key:
#. Manually convert ed25519 host key to dropbear
-readable format::

dropbearconvert openssh dropbear /etc/ssh/ssh_host_ed25519_key /etc/dropbear/dropbear_ed25519_host_key
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::

Expand Down

0 comments on commit c623404

Please sign in to comment.