Bug 56109

Summary: X- forwarding no longer works after updating openssh-server
Product: [Retired] Red Hat Linux Reporter: Justin A. Brown <justin>
Component: opensshAssignee: Tomas Mraz <tmraz>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: kad, mharris
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-03 13:24:30 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:

Description Justin A. Brown 2001-11-12 21:22:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)

Description of problem:
after upgrading openssh to openssh-server-2.9p2-9.i386.rpm, X forwarding 
no longer functions properly. I had to uninstall and reinstall openssh-
server-2.9p2-5.i386.rpm  to use X forwarding

Version-Release number of selected component (if applicable):openssh-
server-2.9p2-9.i386.rpm


How reproducible:
Always

Steps to Reproduce:
1.ssh user@upgradedsshservermachine
2.open any x application.: bash>xeyes&
3.
	

Actual Results:  invalid mit magic cookie

Expected Results:  seamless xforward through secure tunnel

Additional info:

Comment 1 Nalin Dahyabhai 2002-03-07 21:09:06 UTC
When you log in on the server, what are the XAUTHORITY and DISPLAY environment
variables set to?  What output do you get if you run ssh with the "-v" option
when logging in?

Comment 2 Mike A. Harris 2002-05-30 03:14:11 UTC
ssh X11 forwarding works for me ok.  I'd say this bug is a transient issue
of some sort or local config problem.

Comment 3 Alexander Kanevskiy 2002-05-30 12:45:32 UTC
By default on new openssh in sshd_config X11UseLocalhost set to yes. 
So, then app want connect - it try connect to $hostname (usually to real
ip on ethernet/etc...), but sshd bind to localhost:7xxx port.