From owner-freebsd-questions Tue Jun 27 0:12:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from emu.prod.itd.earthlink.net (emu.prod.itd.earthlink.net [207.217.121.31]) by hub.freebsd.org (Postfix) with ESMTP id E5CED37B604 for ; Tue, 27 Jun 2000 00:12:15 -0700 (PDT) (envelope-from cjc@earthlink.net) Received: from dialin-client.earthlink.net (pool0652.cvx20-bradley.dialup.earthlink.net [209.179.252.142]) by emu.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id AAA23885; Tue, 27 Jun 2000 00:11:45 -0700 (PDT) Received: (from cjc@localhost) by dialin-client.earthlink.net (8.9.3/8.9.3) id AAA00788; Tue, 27 Jun 2000 00:09:50 -0700 (PDT) Date: Tue, 27 Jun 2000 00:09:40 -0700 From: "Crist J. Clark" To: Dan Larsson Cc: questions@FreeBSD.ORG Subject: Re: ssh not logging Message-ID: <20000627000939.E302@dialin-client.earthlink.net> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from dl@tyfon.net on Mon, Jun 26, 2000 at 12:45:56PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jun 26, 2000 at 12:45:56PM +0200, Dan Larsson wrote: > What do I need to add to make sshd log info > to syslogd? > > (Using the 'native' FreeBSD-4.0 ssh daemon) > > Thanks in advance! From /etc/ssh/sshd_config, # Logging SyslogFacility AUTH LogLevel INFO Those messages are not logged by default. Change the above or syslog.conf. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message