-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
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
Support sshd password authentication on Rocky 8 #565
Conversation
Try using Include |
|
This is what we end up with:
Which isn't ideal, but we don't have append_newline and prepend_newline in our version of ansible. |
We could also do this at build time to make it simpler to apply runtime config. Thoughts? |
From the man page:
|
I don't think we actually need to TBH. In the interest of progress/not getting blocked by image builds lets carry on - if Bertie decides that would be easier for compute-init support he could do that as part of that. |
Rocky 8 doesn't have an sshd_config.d directory, so we need to adjust the main configuration file.
@sjpb had a preference for using the same drop in pattern as Rocky 9 so that people can customize the template file
Try and match format of Rocky 9
329ef01
to
f026fa7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adds a sshd_config.d directory so that we can use the same templated config file as Rocky 9.