head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.06.08.08.03.25;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	99.11.29.07.09.44;	author green;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update from OpenSSH 2.2.0 to OpenSSH 2.9
- Features:
  Possible use of sftp/sftp-server with older FreeBSD releases.
  Use a newer version independently from the Base system.
  Easier to test and fix possible security bugs.
- Bugs:
  build of pam_ssm.so isn't be supported any more
  Any file named "cookie" can be deleted by this and any older "sshd"
  with X11 Forwarding.
@
text
@# PAM module for SSH
# $FreeBSD: ports/security/openssh/files/pam_ssh_Makefile,v 1.1 1999/11/29 07:09:44 green Exp $
.PATH:		${.CURDIR}/..

LIB=		pam_ssh
DESTDIR=
SHLIB_NAME=	pam_ssh.so
SRCS=		log-client.c pam_ssh.c
CFLAGS+=	-Wall
DPADD+=		${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} ${LIBGCC_PIC}
LDADD+=		${CRYPTOLIBS} -lutil -lz -lgcc_pic
INTERNALLIB=	yes
INTERNALSTATICLIB=yes

.include <bsd.lib.mk>
@


1.1
log
@Add the PAM SSH RSA key authentication module.  For example, you can add,
"login  auth    sufficient      pam_ssh.so" to your /etc/pam.conf, and
users with a ~/.ssh/identity can login(1) with their SSH key :)

PR:		15158
Submitted by:	Andrew J. Korty <ajk@@waterspout.com>
Reviewed by:	obrien
@
text
@d2 1
a2 1
# $FreeBSD$
@

