commit 9159ea85437655cb900f280504081c2e668ab564 Author: Guilhem Moulin <guilhem@debian.org> Date: Sat Dec 21 10:12:20 2024 +0100 initramfs hook: Make regex more robust. Per authorized_keys(5) only “empty lines and lines starting with a ‘#’ are ignored as comments”. In particular ‘#’ characters are just fine in a `command=""` restriction. And the key type should start on a word boundary. commit 158c3242634e93ce515718a084e8b04335771b7f Author: Guilhem Moulin <guilhem@debian.org> Date: Sat Dec 21 10:09:16 2024 +0100 initramfs hook: Escape dot in the SSH key regex. commit 473018fe1e53703f0cbf2a38da7b23e4d6b56ed6 Author: Reto Schneider <code@reto-schneider.ch> Date: Sat Nov 2 01:09:38 2024 +0100 initramfs hook: Update SSH key type check As of Dropbear 2022.82 and newer, U2F/FIDO keys are supported.
Among the 1 debian patch available in version 2024.86-1 of the package, we noticed the following issues: