How to check sshd log?
Posted
by Eye of Hell
on Server Fault
See other posts from Server Fault
or by Eye of Hell
Published on 2010-04-08T10:22:10Z
Indexed on
2010/04/08
10:23 UTC
Read the original article
Hit count: 484
sshd
Hello.
I have Ubuntu 9.10 installed with sshd and i can successfully connect to it using login and password. I have configured an RSA key login and now have "Server refused our key" as expected. Ok, now i want to check sshd log in order to fingure out a problem. I have examined /etc/ssh/sshd_config and it have
SyslogFacility AUTH
LogLevel INFO
Ok. I'm looking at /var/log/auth.log and... it's empty O_O. Changing Loglevel to VERBOSE helps nothing - auth.log is still empty. Any hints how i can check sshd log?
© Server Fault or respective owner