Skip to content
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

sshd filter enhancements (gh-2239) #2279

Merged
merged 2 commits into from Nov 21, 2018
Merged

Conversation

sebres
Copy link
Contributor

@sebres sebres commented Nov 20, 2018

introduces new failregex-flag tag <F-MLFGAINED> signaled that the access to service was gained (ATM used similar to <F-NOFAIL>, but it does not add the log-line to matches);

filter.d/sshd.conf: extended with new rules (#2239):

  • Disconnecting ...: Change of username or service not allowed
  • Disconnected from ... [preauth] (extra/aggressive mode only)

…ccess to service was gained (ATM used similar to <F-NOFAIL>, but does not added to matches);

filter.d/sshd.conf: extended with new rules:
- Disconnecting ...: Change of username or service not allowed
- Disconnected from ... [preauth] (extra/aggressive mode only)
@sebres sebres changed the base branch from 0.11 to 0.10 November 20, 2018 11:31
@codecov-io
Copy link

codecov-io commented Nov 20, 2018

Codecov Report

Merging #2279 into 0.10 will decrease coverage by <.01%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##             0.10    #2279      +/-   ##
==========================================
- Coverage   95.77%   95.76%   -0.01%     
==========================================
  Files          76       76              
  Lines       13272    13278       +6     
  Branches     2097     2099       +2     
==========================================
+ Hits        12711    12716       +5     
  Misses        293      293              
- Partials      268      269       +1
Impacted Files Coverage Δ
fail2ban/server/filter.py 95.85% <88.88%> (-0.11%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 657b147...0ac5c89. Read the comment docs.

@coveralls
Copy link

coveralls commented Nov 20, 2018

Coverage Status

Coverage decreased (-0.007%) to 97.716% when pulling 0ac5c89 on sebres:sshd-filter-gh-2239 into 657b147 on fail2ban:0.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants