From owner-freebsd-questions Thu Apr 26 14:56: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sdf.lonestar.org (t3-d-static-237.adsl.directlink.net [63.68.131.237]) by hub.freebsd.org (Postfix) with ESMTP id 5C7C537B423 for ; Thu, 26 Apr 2001 14:56:05 -0700 (PDT) (envelope-from brune@sdf.lonestar.org) Received: (from brune@localhost) by sdf.lonestar.org (8.11.0/8.11.0) id f3QLtOH24421; Thu, 26 Apr 2001 21:55:24 GMT Message-Id: <200104262155.f3QLtOH24421@sdf.lonestar.org> Subject: Re: PAM and sshd errors To: wood@soundconcept.net (Brian D. Woodruff) Date: Thu, 26 Apr 2001 21:55:22 +0000 (GMT) From: "Corey Brune" Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <4.3.2.7.0.20010426163348.01ff8740@pop3.norton.antivirus> from "Brian D. Woodruff" at Apr 26, 2001 04:37:45 PM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yea, the docs on PAM are slim. Can you check your pam.conf? My sshd lines are like: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so This is my guess, and hopefully it will work... Corey Brian D. Woodruff > > > I just performed a make world on a FreeBSD-4.2-STABLE machine, bringing it > up to FreeBSD-4.3-STABLE. > > I used to be able to log into this machine using ssh, but now I can't, and > I get these errors in my /var/log/messages: > > Apr 26 16:25:10 s3b sshd[309]: no modules loaded for `sshd' service > Apr 26 16:25:10 s3b sshd[309]: fatal: PAM session setup failed[6]: > Permission denied > Apr 26 16:25:10 s3b sshd[309]: no modules loaded for `sshd' service > > I can't seem to find much doco on PAM and I'm not sure what's really gone > wrong - more to the point - what might I do to fix it!? > > BDW > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message