Add pam_ssh 1.5, a PAM module that provides single sign-on behavior

for UNIX using SSH.  This denotes moving pam_ssh out of the base system.

PR:		26666
Submitted by:	Andrew J. Korty <ajk@iu.edu> (author)
This commit is contained in:
Will Andrews 2001-05-05 19:22:03 +00:00
parent 03317a1a44
commit 4ad517c798
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42279
6 changed files with 31 additions and 0 deletions

View File

@ -114,6 +114,7 @@
SUBDIR += pam-mysql
SUBDIR += pam-pgsql
SUBDIR += pam_krb5
SUBDIR += pam_ssh
SUBDIR += pgp
SUBDIR += pgp5
SUBDIR += pgp6

19
security/pam_ssh/Makefile Normal file
View File

@ -0,0 +1,19 @@
# New ports collection makefile for: pam_ssh
# Date created: 12 April 2001
# Whom: ajk@iu.edu
#
# $FreeBSD$
#
PORTNAME= pam_ssh
PORTVERSION= 1.5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pam-ssh
MAINTAINER= ajk@iu.edu
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pam_ssh.so ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pam_ssh-1.5.tar.gz) = d902b2e04ad3d0318f7e452b8a68ca5d

View File

@ -0,0 +1 @@
This PAM module provides single sign-on behavior for UNIX using SSH

View File

@ -0,0 +1,8 @@
This PAM module provides single sign-on behavior for UNIX using
SSH. Users are authenticated by decrypting their SSH private keys with
the password provided (probably to XDM). In the PAM session phase, an
ssh-agent process is started and keys are added.
WWW: http://sourceforge.net/projects/pam-ssh/
Andrew J. Korty <ajk@iu.edu>

View File

@ -0,0 +1 @@
lib/pam_ssh.so