Bug 28733

Summary: Re: bin/28724: ssh client won't do RhostsRSAAuthentication
Product: Base System Reporter: iedowse <iedowse>
Component: binAssignee: GNATS administrator <gnats-admin>
Status: Closed FIXED    
Severity: Affects Only Me CC: FreeBSD-gnats-submit
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   

Description iedowse 2001-07-05 21:00:07 UTC
 In message <20010705151721.803871143A@shalmaneser.enst.fr>, Thomas Quinot write
 s:
 >
 >	The ssh client as of -CURRENT won't do RhostsRSAAuthentication with
 >	an OpenSSH 2.3.0p1 server.
 
 Does /usr/bin/ssh have the setuid bit set? FreeBSD doesn't install
 ssh setuid by default, but this is needed for RhostsRSAAuthentication
 (either to use privileged ports, or to access the host key; I forget
 which). You can add
 
 	ENABLE_SUID_SSH=	true
 
 to /etc/make.conf to make ssh setuid by default, or just manually chmod
 the binary.
 
 Ian
Comment 1 dd freebsd_committer freebsd_triage 2001-07-06 14:20:14 UTC
State Changed
From-To: open->closed

Follow-up to another PR.