From owner-freebsd-current Sun Apr 9 3:48:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (Postfix) with SMTP id 41AE837B854 for ; Sun, 9 Apr 2000 03:48:27 -0700 (PDT) (envelope-from me@camtech.net.au) Received: from dialup-ad-16-50.camtech.net.au ([203.55.241.50]) by camtech.net.au ; Sun, 09 Apr 2000 20:18:23 +0930 Date: Sun, 9 Apr 2000 20:18:38 +0930 (CST) From: Matthew Sean Thyer X-Sender: me@dx4.my-unregistered-domain.com Reply-To: thyerm@camtech.net.au To: Mohit Aron Cc: freebsd-current@freebsd.org Subject: Re: error reports by rshd in /var/log/messages In-Reply-To: <200004070529.AAA04120@cs.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 7 Apr 2000, Mohit Aron wrote: > Hi, > I'm using FreeBSD-4.0-RELEASE on a Xeon processor. The following > messages have been appearing in my /var/log/messages file apparently upon > an rlogin to the machine: > > Apr 7 00:23:16 idli rshd[236]: no modules loaded for `rshd' service > Apr 7 00:23:16 idli rshd[236]: auth_pam: Permission denied > Apr 7 00:23:16 idli rshd[236]: PAM authentication failed > > Can someone suggest if there's anything that needs fixing in the system. > Thanks, I gather that these messages occur because rshd has not been PAMerised yet. I stopped the messages by adding the following line below the rshd line in /etc/pam.conf rshd auth required pam_permit.so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message