From owner-freebsd-questions@FreeBSD.ORG Fri Jan 12 19:17:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5401916A40F for ; Fri, 12 Jan 2007 19:17:40 +0000 (UTC) (envelope-from lists@qwirky.net) Received: from public.aci.on.ca (aci.on.ca [205.207.148.251]) by mx1.freebsd.org (Postfix) with ESMTP id F34CE13C441 for ; Fri, 12 Jan 2007 19:17:39 +0000 (UTC) (envelope-from lists@qwirky.net) Received: from (invalid client hostname: host address literal does not match remote client address)[127.0.0.1] (xtreme-156-171.dyn.aci.on.ca[69.17.156.171] port=1294) by public.aci.on.ca([205.207.148.252] port=25) via TCP with esmtp (1390 bytes) (sender: ) id for ; Fri, 12 Jan 2007 14:17:36 -0500 (EST) (Smail-3.2.0.122-Pre 2005-Nov-17 #1 built 2006-Feb-21) Message-ID: <45A7DED4.5050802@qwirky.net> Date: Fri, 12 Jan 2007 14:17:40 -0500 From: Jeff Royle User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: FreeBSD-Questions References: <2cd0a0da0701121110t18fcfc00oc75f8721c729b017@mail.gmail.com> In-Reply-To: <2cd0a0da0701121110t18fcfc00oc75f8721c729b017@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0702-1, 11/01/2007), Outbound message X-Antivirus-Status: Clean Cc: VeeJay Subject: Re: Are there any log files which shows who is logging to a FreeBSD box and when? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@qwirky.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2007 19:17:40 -0000 VeeJay wrote: > Hi > > Can anyone tell? > > Are there any log files which shows who is logging to a FreeBSD box and > when? If yes, where can one find them? > The file /var/log/auth.log should contain all the information you are looking for. man syslog.conf and man syslogd for more information on customizing what you are logging. Cheers, Jeff