Migrating From NIS To LDAP#
Pluggable Authentication Modules (PAM)
Checking the Log File for Invalid SSH Connection Attempts
#
To see how often the 25 most offensive IP addresses try, do the following:
grep "Invalid user" /var/log/messages|awk '{print $NF}' | sort|uniq -c|sort -nr|head -n 25