diff options
author | des <des@FreeBSD.org> | 2002-03-21 12:18:27 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-03-21 12:18:27 +0000 |
commit | cb580352391239ce7b88f6ebe38e46300e362dc1 (patch) | |
tree | da2cb6450526cb5dc5cdd949abc9de3e8bb19060 /secure | |
parent | d99dec6eef97f992c432dad951301e54ab8e7f62 (diff) | |
download | FreeBSD-src-cb580352391239ce7b88f6ebe38e46300e362dc1.zip FreeBSD-src-cb580352391239ce7b88f6ebe38e46300e362dc1.tar.gz |
Use PAM instead of S/Key (or OPIE) for SSH2.
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/sshd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.sbin/sshd/Makefile b/secure/usr.sbin/sshd/Makefile index 9bec905..bf22015 100644 --- a/secure/usr.sbin/sshd/Makefile +++ b/secure/usr.sbin/sshd/Makefile @@ -7,8 +7,8 @@ PROG= sshd SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \ sshpty.c sshlogin.c servconf.c serverloop.c \ auth.c auth1.c auth2.c auth-options.c session.c \ - auth-chall.c auth2-chall.c auth-skey.c auth-pam.c login_access.c \ - groupaccess.c + auth-chall.c auth2-chall.c auth-skey.c auth-pam.c auth2-pam.c \ + groupaccess.c login_access.c MAN= sshd.8 CFLAGS+= -DLIBWRAP -DHAVE_LOGIN_CAP -DLOGIN_ACCESS -I${LOGINSRC} -DUSE_PAM -DHAVE_PAM_GETENVLIST |