Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2000 16:05:48 -0500 (EST)
From:      "Andrew J. Korty" <ajk@iu.edu>
To:        Adrian Pavlykevych <pam@polynet.lviv.ua>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Peter Wemm <peter@FreeBSD.org>
Subject:   Re: cvs commit: src/lib/libpam/modules/pam_ssh Makefile
Message-ID:  <Pine.BSF.4.21.0003061559050.8137-100000@kobayashi.uits.iupui.edu>

next in thread | raw e-mail | index | archive | help
> Make pam_ssh work.  It had an undefined symbol when it was
> dlopen()ed.  I'm not quite sure about this, I think it should be
> using -lssh_pic since it's being linked into a .so, but nothing
> seems to complain ahd it does work.  (well, it works for using
> the authorized_keys file, but I have not figured out how to get
> it to start a ssh-agent and cache the key for me)
  
Do you have this line in /etc/pam.conf?

	xdm session     optional        pam_ssh.so

Btw, we should really put some example lines in the default pam.conf file
along the lines of

	xdm auth        sufficient      pam_skey.so
	xdm auth        requisite       pam_cleartext_pass_ok.so
	xdm auth        sufficient      pam_ssh.so      try_first_pass
	xdm auth        required        pam_unix.so     try_first_pass
	xdm account     required        pam_unix.so
	xdm session     optional        pam_ssh.so

-- 
Andrew J. Korty, Lead Security Engineer
Office of the Vice President for Information Technology
Indiana University



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" 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.0003061559050.8137-100000>