Remove this port at the request of the maintainer. The version of pam_ssh
in the base system is more up-to-date and is being actively maintained.
This commit is contained in:
parent
a4f85250ec
commit
f37b25c1d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57159
6 changed files with 0 additions and 31 deletions
|
@ -170,7 +170,6 @@
|
|||
SUBDIR += pam_passwdqc
|
||||
SUBDIR += pam_pwdfile
|
||||
SUBDIR += pam_smb
|
||||
SUBDIR += pam_ssh
|
||||
SUBDIR += pgp
|
||||
SUBDIR += pgp5
|
||||
SUBDIR += pgp6
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
# 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>
|
|
@ -1 +0,0 @@
|
|||
MD5 (pam_ssh-1.5.tar.gz) = d902b2e04ad3d0318f7e452b8a68ca5d
|
|
@ -1 +0,0 @@
|
|||
This PAM module provides single sign-on behavior for UNIX using SSH
|
|
@ -1,8 +0,0 @@
|
|||
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>
|
|
@ -1 +0,0 @@
|
|||
lib/pam_ssh.so
|
Loading…
Reference in a new issue