Nou ik heb het gevonden hoor

Het programma snoopy (apt-get install snoopy

) zorgt ervoor dat van alle users de zooi gelogd wordt naar /var/log/auth.log.
Stukje logfile hier:
code:
1
2
3
| Nov 2 17:28:34 huge snoopy[20538]: [dick, uid:1000 sid:20534]: cat /etc/passwd
Nov 2 17:28:57 huge snoopy[20539]: [dick, uid:1000 sid:20534]: vim /etc/inetd.conf
Nov 2 17:29:17 huge snoopy[20540]: [dick, uid:1000 sid:20534]: less sshd_config |
Precies wat ik zocht
Iedereen heeft wel eens van die users die bij hoog en laag volhouden dat ze iets op een bepaalde tijd ingetypt hebben (of juist niet), en ik kon dat dus nooit achterhalen. Maar nu dus wel
Uit de description van het programma:
" Snoopy is designed to aid the taks of a sysadmin by providing a log of
commands executed. Snoopy is completely transparent to the user and
applications it hooks in as a library providing a wrapper around calls
to execve() calls. Logging is done via syslogd and written to authpriv
allowing secure offsite logging of activity, generally the authpriv is
stored as /var/log/auth.log."