find out what service your ssh damon is using for logging...
# grep log sshd_config
#SyslogFacility AUTH
SyslogFacility AUTHPRIV


configure /etc/syslog.conf for the proper facility.
# The authpriv file has restricted access.
authpriv.*                                              /var/log/secure


/etc/init.d/syslog restart


you should be good to go after that.


--
Leif Ericksen
On Tue, 2006-02-28 at 11:46 -0800, spcatch55 wrote:
> I want to see a log of all users that log in via ssh,
> yet the /var/log/sshd.log file does not exist.  This
> is on a Debian Linux (knoppix 3.4).
> 
> /etc/ssh/sshd_config contains this:
>     SyslogFacility AUTH
>     LogLevel INFO
> 
> Any ideas of where my configuration is wrong?
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
-- 
Leif Ericksen <[EMAIL PROTECTED]>

Reply via email to