From owner-freebsd-questions Wed Apr 11 1: 0:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ibis.worldnet.net (ibis.worldnet.net [195.3.3.14]) by hub.freebsd.org (Postfix) with ESMTP id B072137B424 for ; Wed, 11 Apr 2001 01:00:18 -0700 (PDT) (envelope-from vivelame@shyne.worldnet.net) Received: from m3.worldnet.net (m2.worldnet.net [195.3.3.6]) by ibis.worldnet.net (8.11.3/8.11.1) with ESMTP id f3B805v95781; Wed, 11 Apr 2001 10:00:05 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Received: from salegoth.shyne.worldnet.net (nat-srv1.kaptech.net [195.3.9.4]) by m3.worldnet.net (8.11.2/8.11.1) with ESMTP id f3B81MZ42027; Wed, 11 Apr 2001 10:01:22 +0200 (CEST) (envelope-from vivelame@shyne.worldnet.net) Message-Id: <4.3.1.0.20010411100303.0263c8a0@shyne.worldnet.net> X-Sender: vivelame@shyne.worldnet.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 11 Apr 2001 10:03:41 +0200 To: Joe McGuckin From: Brice Gensburger Subject: Re: PAM problems after upgrading Cc: freebsd-questions@FreeBSD.org In-Reply-To: <200104110759.f3B7xTq89956@monk.via.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 00:59 11/04/01 -0700, you wrote: >I upgraded to -STABLE today and now incoming ssh sessions >are dropped after entering the password. The log files say: > >Apr 11 00:50:38 astor sshd[579]: no modules loaded for `sshd' service >Apr 11 00:53:32 astor sshd[596]: no modules loaded for `sshd' service >Apr 11 00:53:32 astor sshd[596]: fatal: PAM session setup failed[6]: >Permission denied > > >What the heck have I done wrong? How do I fix this? > >Thanks, > >JOe > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message try adding the following in /etc/pam.conf sshd auth required pam_unix.so try_first_pass sshd account required pam_unix.so sshd password required pam_permit.so sshd session required pam_permit.so To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message