random-archer / mkinitcpio-systemd-tool

Provisioning tool for systemd in initramfs (systemd-tool)
https://www.archlinux.org/packages/community/any/mkinitcpio-systemd-tool/
Other
112 stars 27 forks source link

Use own authorized_keys file instead of usual system's authorized_keys #104

Closed kescherCode closed 11 months ago

kescherCode commented 1 year ago

Fixes #103

Natanji commented 10 months ago

@kescherCode You forgot to change the README.md to bring it in line with this change. It still says:

which ssh user keys are used by initramfs sshd server(s)?

kescherCode commented 10 months ago

@kescherCode You forgot to change the README.md to bring it in line with this change. It still says:

which ssh user keys are used by initramfs sshd server(s)?

  • they come from host /root/.ssh/authorized_keys

Indeed. Would you like to open a PR for this?