Try looking in the "man 5 sshd_config" manpage. There are options to allow and deny users. Also, your system may also use PAM authentication.
I don't know if this would work by you could try "DenyUsers *@<ipaddress>"
Try to do a reverse lookup on the IP address. If it is successful, then you can use "DenyUsers *@HisHostname"
Also, if you know from the logs what his IP address is you could block it at the firewall. This will prevent him from attacking other services.
|