Kevin said he'd seen someone mention this over the holiday, had a look yesterday and reran the groups/maintainer-test.yml playbook over all of them today.
groups/maintainer-test.yml
ppc64le-test.fedorainfracloud.org: Dead? Ansible last spoke to it on 2025-11-21
aarch64-test01.fedorainfracloud.org: Root only.
rawhide-test.fedorainfracloud.org: Root only.
aarch64-test02.fedorainfracloud.org: Working fine.
I assigned myself to look at it more, but probably won't get to look at it properly before Friday then just do it.
Also I did check the AWS security policy, and it looked fine. And the nothing jumped out at me from the logs, although all of the hosts get a lot of bad ssh connection attempts.
The ppc64le-test machine is in a lab in brno... perhaps @sharkcz could help us reset that one?
Metadata Update from @phsmoura: - Issue priority set to: Waiting on Assignee (was: Needs Review)
Okay, I've found two problems:
sss_ssh_authorizedkeys james
Error looking up public keys
aarch64-test01.fedorainfracloud.org
rawhide-test.fedorainfracloud.org
/usr/lib/systemd/system/sshd.service.d/ec2-instance-connect.conf
AuthorizedKeysCommand
/usr/bin/eic_run_authorized_keys
sss_ssh_authorizedkeys
...the second we can fix/workaround in a few ways, and on f43 I've currently basically done:
echo '/usr/bin/sss_ssh_authorizedkeys "$@"' >> /usr/bin/eic_run_authorized_keys
...and that works again now.
Problem 1 was that the VPN certs had expired. Fixed that, so everything is better now ... should still do some longer term fix for the amazon eic_run_authorized_keys thing.
eic_run_authorized_keys
Metadata Update from @james: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)