You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support sshd password authentication on Rocky 8 (#565)
* Support sshd password authentication on Rocky 8
Rocky 8 doesn't have an sshd_config.d directory, so we need
to adjust the main configuration file.
* Trailing whitespace
* Use Include
@sjpb had a preference for using the same drop in pattern as Rocky 9 so that people can customize the template file
* Include files as soon as possible
* Use Block in file
Try and match format of Rocky 9
0 commit comments