From owner-freebsd-questions Thu Aug 2 19:22: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id 90D5D37B405 for ; Thu, 2 Aug 2001 19:22:05 -0700 (PDT) (envelope-from parv@worldnet.att.net) Received: from worldnet.att.net ([32.101.235.28]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010803022155.EDVL5127.mtiwmhc25.worldnet.att.net@worldnet.att.net>; Fri, 3 Aug 2001 02:21:55 +0000 Received: by worldnet.att.net (Postfix, from userid 1001) id 5EA8C50B93; Thu, 2 Aug 2001 22:21:49 -0400 (EDT) Date: Thu, 2 Aug 2001 22:21:49 -0400 From: parv To: "R. Fong Poen" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SSH access lof file Message-ID: <20010802222149.A43704@moo.holy.cow> Mail-Followup-To: "R. Fong Poen" , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: ; from r.fongpoen@igr.nl on Thu, Aug 02, 2001 at 08:42:22PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG this was, on the fateful occasion around Aug 02 14:42 -0400, sent by R. Fong Poen > ... > in the file /etc/ssh/ssh_config I would have: > > SyslogFacility AUTH > LogLevel INFO > > in the file /etc/syslog.conf I can set everything to be logged in 1 file ... hope i am not making too much generalizations and apologize to others if this seems too mundane and superfluous (which it is). a super concentrated dose of syslog* man pages: when you see two things like above, it means that the software provides logging facility for those particular "facility" and "level"; in this case, facility is "auth" & level is "info". in order to save record logs, then one has to specify level w/ facility along w/ log file in the syslogd config file... . ...or, to be specific... auth.info file ...for true enlightenment consult man pages for syslogd(8), syslog.conf(5), and syslog(3) ... may be even logger(1). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message