Bug 146239
| Summary: | X11 crashes applications ov SSH-forwarded DISPLAY | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Francois-Xavier 'FiX' KOWALSKI <francois-xavier.kowalski> |
| Component: | openssh | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-03 07:46:15 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
Francois-Xavier 'FiX' KOWALSKI
2005-01-26 10:29:22 UTC
Does using ssh -Y help? If so it looks like you have been caught out by the "ssh -X is now ssh -Y" change. (If -Y does help you can read more about the change in bug #141515 ) Yes, this is due to "ssh -X" being changed by openssh.org to now be "ssh -Y", so unless you reconfigure ssh manually, remote X applications will not run properly unless they handle the X-SECURITY extension properly. Most applications do not, and so the default ssh configuration out of the box is not suitable for running remote X applications, until you reconfigure it to change the default to forwarding untrusted clients also, or invoke it with -Y. Reassigning to openssh component. |