From owner-freebsd-questions@FreeBSD.ORG Thu Apr 7 19:44:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74A1916A4CE for ; Thu, 7 Apr 2005 19:44:05 +0000 (GMT) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CB843D1F for ; Thu, 7 Apr 2005 19:44:05 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 4C56860D4; Thu, 7 Apr 2005 14:44:04 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01145-04; Thu, 7 Apr 2005 14:44:01 -0500 (CDT) Received: by makeworld.com (Postfix, from userid 1001) id 2CCE960F3; Thu, 7 Apr 2005 14:44:01 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 250D260D6; Thu, 7 Apr 2005 14:44:01 -0500 (CDT) Date: Thu, 7 Apr 2005 14:44:01 -0500 (CDT) From: Chris To: LukeD@pobox.com In-Reply-To: <20050407123413.E7596@border.crystalsphere.multiverse> Message-ID: <20050407144056.L1226@makeworld.com> References: <1492434941.20050407204225@wanadoo.fr> <20050407123413.E7596@border.crystalsphere.multiverse> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by ClamAV 0.75.1/amavisd-new-2.2.1 (20041222) at makeworld.com - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: Re: How can I log every login via telnet? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 19:44:05 -0000 On Thu, 7 Apr 2005 LukeD@pobox.com wrote: > > On Thu, 7 Apr 2005, Anthony Atkielski wrote: >> Is there a way to log every login via telnet? > > The system already records all logins in /var/log/auth.log. > You could pull out the telnet entries with grep if those are the only ones > you're interested in. > If you're wanting to build your own log then I don't know. something like this in /etc/syslog.conf !telnetd *.* /var/log/telnet.log Best regards, Chris Some come to the fountain of knowledge to drink, some prefer to just gargle.