Replies: 1 comment
-
iptables is managed by Security Onion: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to remove a rule from iptables i.e I want to drop all incoming ssh traffic, I am doing whitelisting on my server( no one should ssh my server)
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
But this rule is getting added after sometime.
Is is there any script or process that is adding this rule.
Beta Was this translation helpful? Give feedback.
All reactions