From 3aa0fa4c7a6f2fbfcdd1e77069fa97805faac69c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 27 Jan 2000 14:15:48 +1100 Subject: ssh should be setuid --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 6f8793fae..1c917e704 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,7 +107,7 @@ install: $(TARGETS) $(INSTALL) -d $(DESTDIR)$(mandir) $(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)1 $(INSTALL) -d $(DESTDIR)$(mandir)/$(mansubdir)8 - $(INSTALL) -s ssh $(DESTDIR)$(bindir)/ssh + $(INSTALL) -m 4755 -s ssh $(DESTDIR)$(bindir)/ssh $(INSTALL) -s scp $(DESTDIR)$(bindir)/scp $(INSTALL) -s ssh-add $(DESTDIR)$(bindir)/ssh-add $(INSTALL) -s ssh-agent $(DESTDIR)$(bindir)/ssh-agent -- cgit v1.2.3