X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=etc%2Frules%2Fsshd_rules.xml;fp=etc%2Frules%2Fsshd_rules.xml;h=f64bdedb3b4aae9217ce15dc1db0d4e959fd7b3a;hp=6f21d98ba1d4242f068d4a6bac45db1d1771065f;hb=789cbc8e52da68eba3517b920ef22e000cf3c9fd;hpb=ef70704f0b31b59bb719b884d6a99cb9e3e2044a diff --git a/etc/rules/sshd_rules.xml b/etc/rules/sshd_rules.xml index 6f21d98..f64bded 100755 --- a/etc/rules/sshd_rules.xml +++ b/etc/rules/sshd_rules.xml @@ -270,6 +270,73 @@ authentication_failed, + + 5700 + ^error: Could not stat AuthorizedKeysCommand + SSHD configuration error (AuthorizedKeysCommand) + + + + 5700 + Connection reset by peer$ + ssh connection reset by peer + + + + 5700 + Connection refused$ + ssh connection refused + + + + 5700 + Connection timed out$ + ssh connection timed out + + + + 5700 + No route to host$ + ssh no route to host + + + + 5700 + failure direct-tcpip$ + ssh port forwarding issue + + + + 5700 + Transport endpoint is not connected$ + ssh transport endpoint is not connected + + + + 5700 + get_remote_port failed$ + ssh get_remote_port failed + + + + + 5700 + bad client public DH value [preauth]$ + ssh bad client public DH value [preauth] + + + + 5700 + Corrupted MAC on input. [preauth]$ + ssh corrupted MAC on input + + + + 5700 + ^Bad packet length + ssh bad packet length + +