- bootupd.yaml: Update comment URL to atomic-desktops/config on Forge
- treecompose-post.sh: Update comment URL to atomic-desktops/config on Forge
Assisted-by: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
Updates the config file numbering to ensure crypto policies(40)
and security configs(50) are applied before user keys are sourced.
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
Do not create etc/ssh/sshd_config.d, it should already exist and is
owned by openssh-clients and systemd.
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
Configures OpenSSH to read keys from ~/.ssh/authorized_keys.d/* in
addition to authorized_keys, restoring functionality lost when
ssh-key-dir was removed.
Follows the same approach as CoreOS:
https://github.com/coreos/fedora-coreos-config/pull/3885
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>