PR 88: [BUG] improve sshd regex, sshd log messages changed with openssh >=9.8 to sshd-session#88
Open
wolfgangasdf wants to merge 1044 commits intoAetherinox:mainfrom
Open
PR 88: [BUG] improve sshd regex, sshd log messages changed with openssh >=9.8 to sshd-session#88wolfgangasdf wants to merge 1044 commits intoAetherinox:mainfrom
wolfgangasdf wants to merge 1044 commits intoAetherinox:mainfrom
Conversation
…erinox#50 - update `spamhaus.org/drop/drop.txt` url - update `spamhaus.org/drop/dropv6.txt` url - update documentation links to reference docs.configserver.dev
Remove any usage of innerHtml from scripts, clean up functionality from when we first made these scripts.
Collaborator
Automatic Self-Check - #88The details of our automated scan for your pull request are listed below. If our scan detected errors, they must be corrected before this pull request will be advanced to the review stage: AboutThis pull request includes the following information:
📄 src/ConfigServer/RegexMain.pmNote The file This check was done automatically. Do NOT open a new PR for re-validation. Instead, to trigger this check again, make a change to your PR and wait a few minutes, or close and re-open it. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Select which topic best describes your contribution:
Description
Hi, after updating to Debian 13 my csf installation doesn't notify me of ssh logins and doesn't block ssh attacks. It seems openssh has split up the sshd process, and now the log messages come from
sshd-session.Solution: Replace all occurrences of
sshd\[bysshd(?:[\-0-9a-zA-Z_]*)?\[in/usr/local/csf/lib/ConfigServer/RegexMain.pm. This works with old and new sshd versions. This regex is probably immune against future changes in openssh.From https://www.openssh.org/releasenotes.html :
I wonder a bit if it's something on my side since Debian 13 seems to be supported by csf, but I have a completely standard server installation.
Before You Submit
Please ensure you check the following items to indicate that you've read this section and completed each task