Commit 9a8f123
authored
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 91 parent 302011e commit 9a8f123
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
1 | 28 | | |
2 | 29 | | |
3 | 30 | | |
| |||
0 commit comments