From owner-freebsd-stable Fri Jun 8 14:46:50 2001 Delivered-To: freebsd-stable@freebsd.org Received: from steeltoe.niceboots.com (steeltoe.niceboots.com [208.25.85.157]) by hub.freebsd.org (Postfix) with ESMTP id 67FD737B40A for ; Fri, 8 Jun 2001 14:46:42 -0700 (PDT) (envelope-from tenebrae@niceboots.com) Received: from localhost (tenebrae@localhost) by steeltoe.niceboots.com (8.11.3/8.11.0) with ESMTP id f58LkeM62389; Fri, 8 Jun 2001 14:46:40 -0700 (PDT) Date: Fri, 8 Jun 2001 14:46:39 -0700 (PDT) From: Tenebrae To: Dave Glowacki Cc: stable@FreeBSD.ORG Subject: Re: Two pam/ssh questions. In-Reply-To: <200106082027.PAA02817@hyde.ssec.wisc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 8 Jun 2001, Dave Glowacki wrote: > Second, I 'cvsup'd a couple of days ago, did a 'make world' last night > and now am getting "sshd[NNN]: PAM setcred failed[6]: Permission denied" > errors whenever I tried to ssh in from the outside. I had a problem with SSH after I cvsupped from 4.1.1 to 4.3. > I've got the "ssh" lines in /etc/pam.conf and /usr/lib/libpam_ssh.so > exists, but I'm not sure what else to check. I don't think I even HAD an /etc/pam.conf until after I upgraded. Mergemaster was confusing to me. Headache... Here's the SSH part of my pam.conf file: # New. # OpenSSH with PAM support requires similar modules. The session one is # a bit strange, though... sshd auth sufficient pam_skey.so #sshd auth sufficient pam_kerberosIV.so try_first_pass sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so # "csshd" is for challenge-based authentication with sshd (TIS auth, etc.) csshd auth required pam_skey.so Perpetually a newbie here... -Tenebrae. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message