Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.bin/ssh/ssh-keysign Pull up revision 1.5 (requested...
details: https://anonhg.NetBSD.org/src/rev/9c72ee44d096
branches: netbsd-1-6
changeset: 528339:9c72ee44d096
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Jul 03 23:01:48 2002 +0000
description:
Pull up revision 1.5 (requested by itojun in ticket #428):
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@
sync w/openbsd
diffstat:
usr.bin/ssh/ssh-keysign/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r e21952d15ac3 -r 9c72ee44d096 usr.bin/ssh/ssh-keysign/Makefile
--- a/usr.bin/ssh/ssh-keysign/Makefile Wed Jul 03 23:01:40 2002 +0000
+++ b/usr.bin/ssh/ssh-keysign/Makefile Wed Jul 03 23:01:48 2002 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3.2.2 2002/06/26 16:54:51 tv Exp $
+# $NetBSD: Makefile,v 1.3.2.3 2002/07/03 23:01:48 lukem Exp $
.include <bsd.own.mk>
PROG= ssh-keysign
-SRCS= ssh-keysign.c
+SRCS= ssh-keysign.c readconf.c
BINOWN= root
BINMODE=4555
Home |
Main Index |
Thread Index |
Old Index