Hello, Change to /etc/profile.d/keychain.sh broke loading of ssh keys. Commit is https://src.fedoraproject.org/rpms/keychain/c/99593db08d9bcbb45851b0053f03a179686f000f?branch=f43 The change in question: - [ -n "$SSHKEYS" ] || SSHKEYS=`grep -s -l -e '[DRS]S[AH] PRIVATE KEY' \ - $HOME/.ssh/*` + [ -n "$SSHKEYS" ] || SSHKEYS=$(grep -s -l -e '[DRS]S[AH] PRIVATE KEY' \ + "$HOME/.ssh/*") By introducing quotes around $HOME/.ssh/*, the shell doesn't do globbing. As a result SSHKEYS is always empty and no key is ever added to the keychain. Reproducible: Always
FEDORA-2026-1f3bf667c9 (keychain-2.9.8-4.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2026-1f3bf667c9
FEDORA-2026-bc7d86311d (keychain-2.9.8-4.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2026-bc7d86311d
FEDORA-2026-7f09c8f23a (keychain-2.9.8-4.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2026-7f09c8f23a
FEDORA-2026-bc7d86311d has been pushed to the Fedora 44 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-bc7d86311d` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-bc7d86311d See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2026-1f3bf667c9 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-1f3bf667c9` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-1f3bf667c9 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2026-7f09c8f23a has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-7f09c8f23a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-7f09c8f23a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2026-bc7d86311d (keychain-2.9.8-4.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2026-1f3bf667c9 (keychain-2.9.8-4.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2026-7f09c8f23a (keychain-2.9.8-4.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.