Bug 146061
Summary: | Remote gnome-terminal through ssh tunnel fails | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Eric Hopper <eric-bugs> |
Component: | gnome-terminal | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-02-21 19:08:02 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
Eric Hopper
2005-01-25 01:40:41 UTC
ssh -X seems to work for 'dia'. 'gimp' made it through the 'upgrade from 2.0 to 2.2' dialog, and now it consistently crashes. What happens if you use ssh -Y instead of ssh -X? *** This bug has been marked as a duplicate of 134425 *** Can you point me at any good documentation describing the exact difference between -X and -Y? I'm just curious. Hi, -X means that ssh will use untrusted auth cookies for it's connections to the xserver. -Y means that ssh will use trusted auth cookies. The xauth man page describes this: If the trusted option is used, clients that connect using this authorization will have full run of the display, as usual. If untrusted is used, clients that connect using this authorization will be considered untrusted and prevented from stealing or tampering with data belonging to trusted clients. See the SECURITY extension specification for full details on the restrictions imposed on untrusted clients. The default is untrusted. If you have the package xorg-x11-doc installed, then you can find the SECURITY extension specification in /usr/share/doc/xorg-x11-doc-*/Xext/security.PS.gz Thanks a whole bunch. I spent about an hour googling last night and while I was able to find the -Y option, I couldn't find any explanations of what it did, just vague hints. I'm going to add this to the main report so people who are hunting for it are more likely to find the explanation. Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |