Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2001 14:46:39 -0700 (PDT)
From:      Tenebrae <tenebrae@niceboots.com>
To:        Dave Glowacki <dglo@ssec.wisc.edu>
Cc:        stable@FreeBSD.ORG
Subject:   Re: Two pam/ssh questions.
Message-ID:  <Pine.BSF.4.21.0106081442480.61842-100000@steeltoe.niceboots.com>
In-Reply-To: <200106082027.PAA02817@hyde.ssec.wisc.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0106081442480.61842-100000>