Re: Duplicate sshd-loginfo - How to configure right?
- From: "Richard E. Silverman" <res@xxxxxxxx>
- Date: 08 Jul 2006 04:47:47 -0400
Hi!
I try to configure sshd version OpenSSH_3.7.1p2 that it logs it's info
into a specific logfile instead flooding the standard-message-file
/var/log/messages. I found a posting that suggests to leave sshd_config
at it's default and modify syslog.conf instead. My recent configuration
looks like
/etc/ssh/sshd_config
LogLevel INFO
SyslogFacility AUTH
/etc/syslog.conf
auth.info /var/log/auth.log
Now it seems that sshd does log authentication-details to
/var/log/auth.log but still keeps on logging to /var/log/messages for I
find the same line in both logfiles. Does someone see at first glance
where I am doing wrong?
You must also configure syslog to *not* send those messages to /var/log/messages.
--
Richard Silverman
res@xxxxxxxx
.
- Follow-Ups:
- Re: Duplicate sshd-loginfo - How to configure right?
- From: Christian
- Re: Duplicate sshd-loginfo - How to configure right?
- References:
- Duplicate sshd-loginfo - How to configure right?
- From: Christian
- Duplicate sshd-loginfo - How to configure right?
- Prev by Date: Duplicate sshd-loginfo - How to configure right?
- Next by Date: Re: Duplicate sshd-loginfo - How to configure right?
- Previous by thread: Duplicate sshd-loginfo - How to configure right?
- Next by thread: Re: Duplicate sshd-loginfo - How to configure right?
- Index(es):
Relevant Pages
|