to rotate auth.log on ubuntu add the following to your /etc/logrotate.conf:
/var/log/auth.log {
rotate 5
daily
copytruncate
compress
}
to rotate auth.log on ubuntu add the following to your /etc/logrotate.conf:
/var/log/auth.log {
rotate 5
daily
copytruncate
compress
}