We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora 38 was released a few weeks ago. Once there are Docker and VM Images, that are usable for us, we should add support for it.
No response
...
The text was updated successfully, but these errors were encountered:
FYI, just tested our playbook based on the latest 8.7.0 with a fresh fedora 38 on ec2 and failed with:
TASK [devsec.hardening.ssh_hardening : Change host private key ownership, group and permissions] *** Monday 05 June 2023 10:51:20 +0000 (0:00:02.325) 0:08:08.893 *********** fatal: [fedora38_x86_64]: FAILED! => {"changed": false, "gid": 0, "group": "root", "mode": "0600", "msg": "chgrp failed: failed to look up group ssh_keys", "owner": "root", "path": "/etc/ssh/ssh_host_rsa_key", "secontext": "system_u:object_r:sshd_key_t:s0", "size": 3357, "state": "file", "uid": 0}
Sorry, something went wrong.
Fedora 38 removed the ssh_keys group: https://www.spinics.net/lists/fedora-devel/msg307707.html
ssh_keys
Thanks for your reply! We're working on it here: #677
Successfully merging a pull request may close this issue.
Description
Fedora 38 was released a few weeks ago. Once there are Docker and VM Images, that are usable for us, we should add support for it.
Solution
No response
Alternatives
No response
Additional information
...
The text was updated successfully, but these errors were encountered: