Bug 72814

Summary: Kerberos issues with openssh
Product: [Retired] Red Hat Linux Reporter: Stephen John Smoogen <smooge>
Component: opensshAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: chris.ricker
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-30 20:04:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch from mailing list made to work with GSSAPI patch. none

Description Stephen John Smoogen 2002-08-28 04:55:59 UTC
Description of Problem:

openssh-3.4p1 does not authorize via kerberos5 over ssh-1. This broke somewhere
between openssh-3.1p1 and openssh-3.4p1 in the upstream code.

Version-Release number of selected component (if applicable):

openssh-3.4p1-2

How Reproducible:

100%

Steps to Reproduce:
1. kinit -f
2. ssh -1 other_machine_running_ssh+krb5
3. watch for password to occur versus authentication

Additional Information:
	
We (LANL-> David Williams, Quellyn Snead, Stephen Smoogen) have applied the
patch mentioned on the openssh mailing list to try and fix the problem. Testing
this patch allows for us to authenticate via kerberos1.

Comment 1 Stephen John Smoogen 2002-08-28 04:56:52 UTC
Created attachment 73445 [details]
Patch from mailing list made to work with GSSAPI patch.

Comment 2 Stephen John Smoogen 2002-12-30 20:04:48 UTC
The 3.5p1 release has this incorporated in it.