Browse Source

* fix ssh filter

master
Alex 'AdUser' Z 8 years ago
parent
commit
0e8bd9ee0b
  1. 2
      filters/ssh.preg

2
filters/ssh.preg

@ -5,7 +5,7 @@ refused connect from [[:print:]]+ \(<HOST>\)
Received disconnect from <HOST>: [0-9]*: [[:print:]]+: Auth fail
Did not receive identification string from <HOST>
Invalid user [[:print:]]+ from <HOST>
Connection closed by <HOST> \[preauth\]
Connection closed by <HOST>( port [0-9]+)? \[preauth\]
Postponed keyboard-interactive for invalid user [[:print:]]+ from <HOST> port [0-9]+
User [[:print:]]+ from <HOST> not allowed because not listed in AllowUsers
User [[:print:]]+ from <HOST> not allowed because listed in DenyUsers

Loading…
Cancel
Save