Bug 22916

Summary: Ssh/sshd binaries lacks kerberos support (patch included)
Product: Base System Reporter: bg <bg>
Component: confAssignee: Brian Feldman <green>
Status: Closed FIXED    
Severity: Affects Only Me CC: bg
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description bg 2000-11-17 12:40:01 UTC
Both /usr/bin/ssh and /usr/sbin/sshd lack support for kerberos even
though the binary distribution for kerberosIV is installed.

Fix: When kerberosIV is built both telnet and telnetd are rebuilt (from the
same sources) with kerberos enabled. I suggest that ssh and sshd are
rebuilt in a similar fashion. The attached patch does that and has
been tested with tag=RELEASE_4 and cvsup:ed sources from November 15.

Cheers,
Bjorn
How-To-Repeat: 
Install a machine with the binary kerberosIV distribution and run 
ldd /usr/bin/ssh.
Comment 1 Doug Barton freebsd_committer freebsd_triage 2000-11-19 18:51:39 UTC
Responsible Changed
From-To: freebsd-bugs->green


Brian is Mr. ssh.
Comment 2 Brian Feldman freebsd_committer freebsd_triage 2000-11-20 01:59:44 UTC
State Changed
From-To: open->suspended

I really feel that the Kerberos versions of SSH should be built the 
same as the regular versions.  Is there some reason that a compile 
in src/secure doesn't work right? 
Comment 3 Brian Feldman freebsd_committer freebsd_triage 2003-07-13 05:11:40 UTC
State Changed
From-To: suspended->closed

Obsoleted