Bug 56109 - X- forwarding no longer works after updating openssh-server
Summary: X- forwarding no longer works after updating openssh-server
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: openssh
Version: 7.2
Hardware: athlon
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-11-12 21:22 UTC by Justin A. Brown
Modified: 2007-04-18 16:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-03 13:24:30 UTC
Embargoed:


Attachments (Terms of Use)

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.



Note You need to log in before you can comment on or make changes to this bug.