Newsgroups: comp.security.ssh
> i don't find searching through all the information in > /var/log/messages to be a good use of my time.
% grep sshd /var/log/messages
Or, use the SyslogFacility directive to log SSH messages to a currently unused facility (e.g. LOCALn), and reconfigure syslog (/etc/syslog.conf) to place those in a separate file.
Richard Silverman