summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorcjs <cjs@NetBSD.org>2000-10-17 15:58:16 +0000
committercjs <cjs@NetBSD.org>2000-10-17 15:58:16 +0000
commitb03e36f91759470adc7fd3d7e1ca7411efa302fc (patch)
tree02077bccf7c764bd3b631200e6845b17bf9d52af /usr.bin/ssh
parent03251ccf070505420a97b3fa8a9b9395598a011e (diff)
Do not install /usr/bin/ssh suid, as this can cause various security problems.
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile
index 23539758607..4fdc2be8680 100644
--- a/usr.bin/ssh/ssh/Makefile
+++ b/usr.bin/ssh/ssh/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2000/07/25 16:32:25 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2000/10/17 15:58:16 cjs Exp $
.include <bsd.own.mk>
PROG= ssh
BINOWN= root
-BINMODE=4555
+BINMODE=0555
INSTALLFLAGS=-fschg
SRCS= ssh.c log-client.c readconf.c clientloop.c sshconnect.c \