Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
overrides: fast-track systemd-256.5-1.fc41
systemd v256 added a new userdb functionality where SSH authorized keys can be part of a User Record. To make this transparently work with sshd authentication, an sshd config dropin that sets an `AuthorizedKeysCommand` directive was added. Unfortunately, it was added with a higher priority than intended, which meant that it overrode the `AuthorizedKeysCommand` directive from `ssh-key-dir`, which is how our `~/.ssh/authorized_keys.d/` magic works today with Ignition and Afterburn. So the end result is that this broke SSH which of course broke kola too. This is tracked in upstream systemd at: systemd/systemd#33648 The dropin was recently reverted in Fedora: https://src.fedoraproject.org/rpms/systemd/c/38291e13c1dec15618b7d09e4217d10076897cdf?branch=f41 Fast-track the latest f41 systemd build with that change. We'll need to keep an eye on the conversation there to make sure that the final solution doesn't re-break FCOS, but we would notice it pretty quickly too. Closes: coreos/fedora-coreos-tracker#1775
- Loading branch information