We log ours using syslog. First we turn on daemon logging with xinetd
Code:
xinetd -syslog daemon
Next we create entry in /etc/syslog.conf to log to a specific file by adding the following line.
Code:
daemon.* /var/log/daemon
It should catch all ssh sessions. If that doesn't work look to see what level Nessus is running at or on and modify /etc/syslog.conf to reflect it.
For examplel openLDAP runs on local4 so we added -
local4.* /var/log/ldap