Bug 77859

Summary: openssh needs /usr/X11/bin for x forwarded authentication
Product: [Retired] Red Hat Linux Reporter: R P Herrold <herrold>
Component: opensshAssignee: Tomas Mraz <tmraz>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
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: 2005-02-04 10:39:52 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 R P Herrold 2002-11-14 14:38:52 UTC
The first example gets authentication going -- the second needs the path to get
authentication going (the second is the how it is compiled presently)


[herrold@oldnews .ssh]$ ssh -t dell4.emscorporate.com PATH="$PATH:/usr/X11/bin"
ksirc --server irc.inside.lan

_KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
DCOPServer up and running.
mcop warning: user defined signal handler found for SIG_PIPE, overriding
Mutex destroy failure: Device or resource busy
kdeinit: Fatal IO error: client killed
kdeinit: sending SIGHUP to children.
kdeinit: sending SIGTERM to children.
kdeinit: Exit.
Connection to dell4.emscorporate.com closed.

[herrold@oldnews .ssh]$ ssh -t dell4.emscorporate.com ksirc --server irc.inside.lan

_KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
sh: iceauth: command not found
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None
of the authentication protocols specified are supported and host-based
authentication failed
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None
of the authentication protocols specified are supported and host-based
authentication failed
DCOPServer self-test failed.
sh: iceauth: command not found
kdeinit: DCOPServer could not be started, aborting.

Comment 1 Tomas Mraz 2005-02-04 10:39:52 UTC
Cannot reproduce on the current Fedora Core.