-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in el9 the system security policies are added at the end of the sshd …
…config and if we do not add a "Match all" it will be interpretted under the level of the match (#192) Signed-off-by: Mike van Goor <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,4 +38,5 @@ Match <%= match_key.sub(/^[0-9]+/, '').strip %> | |
<% end -%> | ||
<% end -%> | ||
<% end -%> | ||
Match all | ||
<% end -%> |