I have an ubuntu 14.04 server running a service, and I'm currently setting up some logging visualization, but I noticed my /var/log/auth.log is empty.
I assumed it wouldn't have much since I've disabled ssh connections other than using an ssh key. But, I did expect there to be sshd logs. Is there somewhere else that I would see the logins using ssh keys, or is there something else happening I'm unaware of?
My ultimate goal is to have a log of every time someone tries to login using the key, or without the key.
EDIT1
I see that there are auth.log backups, but they aren't recording ssh attempts, or successful ssh logins using keys. They only show CRON jobs.
I also elevated the sshd_config logging level to VERBOSE instead of INFO.