Bug 40683

Summary: ENDABLE_SUID_SSH no longer works
Product: Base System Reporter: sec <sec>
Component: binAssignee: Dag-Erling Smørgrav <des>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.6-STABLE   
Hardware: Any   
OS: Any   

Description sec 2002-07-17 10:50:01 UTC
/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.

Fix: 

should be a one-liner in /usr/src/usr.bin/ssh/Makefile
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.
Comment 1 dwmalone freebsd_committer freebsd_triage 2002-07-17 17:23:40 UTC
Responsible Changed
From-To: freebsd-bugs->des

DES is looking after OpenSSH.
Comment 2 des 2002-07-17 18:15:33 UTC
man ssh-keysign

DES
-- 
Dag-Erling Smorgrav - des@ofug.org
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2002-07-17 18:21:25 UTC
State Changed
From-To: open->closed

Not a bug.