bboston7
September 3rd, 2009, 03:05 AM
Every minute cron checks for something to do and my auth.log is filled with
Sep 2 23:52:01 LAMPP CRON[21487]: pam_unix(cron:session): session opened for user root by (uid=0)
Sep 2 23:52:02 LAMPP CRON[21487]: pam_unix(cron:session): session closed for user root
This makes my logs rather hard to read when I am looking for information logged by ssh.
I know this isn't an intruder because you can only ssh into this computer from my my network and I would like my logs to be readable before I forward the port that ssh operates on.
Is there any way to make this information from cron use a different log or not show up at all?
Thanks in advance.
Sep 2 23:52:01 LAMPP CRON[21487]: pam_unix(cron:session): session opened for user root by (uid=0)
Sep 2 23:52:02 LAMPP CRON[21487]: pam_unix(cron:session): session closed for user root
This makes my logs rather hard to read when I am looking for information logged by ssh.
I know this isn't an intruder because you can only ssh into this computer from my my network and I would like my logs to be readable before I forward the port that ssh operates on.
Is there any way to make this information from cron use a different log or not show up at all?
Thanks in advance.