Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2002 11:40:02 +0200 (CEST)
From:      Stefan `Sec` Zehl <sec@ice.42.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/40683: ENDABLE_SUID_SSH no longer works
Message-ID:  <20020717094002.47CBA59A@ice.42.org>

next in thread | raw e-mail | index | archive | help

>Number:         40683
>Category:       bin
>Synopsis:       ENDABLE_SUID_SSH no longer works
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 17 02:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stefan `Sec` Zehl
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD ice 4.6-STABLE FreeBSD 4.6-STABLE #14: Sat Jun 22 20:31:41 CEST 2002 root@ice:/usr/export/obj/usr/export/src/sys/ICE i386

4-STABLE cvsupped and built yesterday

	
>Description:

/etc/defaults/make.conf contains the following line:

# To enable installing ssh(1) with the setuid bit turned on
#ENABLE_SUID_SSH=	true

this option no longer works.

This is needed for example for RHostsRSAAuthentication.

>How-To-Repeat:

echo "ENABLE_SUID_SSH=   true" >>/etc/make.conf
cd /usr/src;make world
ls -l /usr/bin/ssh

see that there is no suid bit set.

	
>Fix:

should be a one-liner in /usr/src/usr.bin/ssh/Makefile
	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020717094002.47CBA59A>