diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-07-03 14:21:06 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-07-03 14:21:06 +0000 |
commit | bdef7cefef70cb4b64a79c585382b7097c173724 (patch) | |
tree | 668094abfd9a806d8f31b47266a8f291c75096e1 /usr.bin/ssh/ssh-keysign/Makefile | |
parent | 0817a614e6881fafcdb6d01b89d2f8295b231330 (diff) |
re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config
and exit if HostbasedAuthentication is disabled globally. based on discussions
with deraadt, itojun and sommerfeld; ok itojun@
Diffstat (limited to 'usr.bin/ssh/ssh-keysign/Makefile')
-rw-r--r-- | usr.bin/ssh/ssh-keysign/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keysign/Makefile b/usr.bin/ssh/ssh-keysign/Makefile index 56d7832de51..19bd9b50192 100644 --- a/usr.bin/ssh/ssh-keysign/Makefile +++ b/usr.bin/ssh/ssh-keysign/Makefile @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile,v 1.4 2002/07/01 08:05:48 markus Exp $ +# $OpenBSD: Makefile,v 1.5 2002/07/03 14:21:05 markus Exp $ .PATH: ${.CURDIR}/.. PROG= ssh-keysign BINOWN= root -#BINMODE?=4555 +BINMODE?=4555 BINDIR= /usr/libexec MAN= ssh-keysign.8 -SRCS= ssh-keysign.c +SRCS= ssh-keysign.c readconf.c .include <bsd.prog.mk> |