-
For example, I am seeing alerts for "System Audit: SSH Hardening - 4: No Public Key authentication" despite this being enabled, albeit indirectly, in the Also, while there are other settings that exhibit the above behavior, the Port setting is different. It also has the default value of 22 within a commented out statement yet I have not seen this alert fire once in several weeks of operation. Last, I did find SSH hardening rules in Thanks in advance for any feedback. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
One option might be to remove the following line from your
|
Beta Was this translation helpful? Give feedback.
-
Thanks @dougburks but because this removes the function in totality, that is a bit overkill because my goal is to keep at least some of the rules albeit with modifications. However, I have found that the rules reside in However, there is another issue where the Thanks. |
Beta Was this translation helpful? Give feedback.
Thanks @dougburks but because this removes the function in totality, that is a bit overkill because my goal is to keep at least some of the rules albeit with modifications. However, I have found that the rules reside in
/var/ossec/etc/shared/
with the key rule file beingsystem_audit_ssh.txt
.However, there is another issue where the
<frequency>
setting inossec.conf
is not being respected; probably open a new discussion on that if need be.Thanks.