Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2001 19:30:57 -0500 (EST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        green@FreeBSD.org
Cc:        security@FreeBSD.org
Subject:   PAM/SSH and KerberosIV?
Message-ID:  <Pine.NEB.3.96L.1010130192901.29561F-100000@fledge.watson.org>

next in thread | raw e-mail | index | archive | help

I notice that as part of the PAM/OpenSSH support, the following lines were
added to the pam.conf on -STABLE:

  # OpenSSH with PAM support requires similar modules.  The session one is
  # a bit strange, though...
  sshd    auth    sufficient      pam_skey.so
  sshd    auth    required        pam_unix.so try_first_pass
  sshd    session required        pam_permit.so

For most sets of entries, there's also a kerberos line (witness login):

  # If the user can authenticate with S/Key, that's sufficient; allow  clear
  # password. Try kerberos, then try plain unix password.
  login   auth    sufficient      pam_skey.so
  login   auth    requisite       pam_cleartext_pass_ok.so
  #login  auth    sufficient      pam_kerberosIV.so try_first_pass
  login   auth    required        pam_unix.so try_first_pass

Which gets un-commented for Kerberos sites.  Could you comment on whether
or not a similar looking line is required for use with KerberosIV and
OpenSSH?

Robert N M Watson             FreeBSD Core Team, TrustedBSD Project
robert@fledge.watson.org      NAI Labs, Safeport Network Services



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1010130192901.29561F-100000>