| Summary: | X forwarding crashes on some applications | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Kevin Taylor <ktaylor> | ||||
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED WORKSFORME | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | 3.8p1 | ||||||
| Hardware: | ix86 | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Kevin Taylor
2004-04-06 00:53:22 AEST
Created attachment 595 [details]
verbose output (X related stuff)
This is not a bug...
man ssh_config
[..]
ForwardX11Trusted
If the this option is set to ``yes'' then remote X11 clients will
have full access to the original X11 display. If this option is
set to ``no'' then remote X11 clients will be considered untrust-
ed and prevented from stealing or tampering with data belonging
to trusted X11 clients.
The default is ``no''.
See the X11 SECURITY extension specification for full details on
the restrictions imposed on untrusted clients.
This? http://www.openssh.com/faq.html#3.13 [quote] 3.13 - I upgraded to OpenSSH 3.8 and some X11 programs stopped working. As documented in the 3.8 release notes, ssh will now use untrusted X11 cookies by default. The previous behaviour can be restored by setting ForwardX11Trusted yes in ssh_config. [/quote] If this is the cause, we should update the FAQ to include the symptoms you saw. Yes. That seems to fix it. Thanks. I guess I should have read the man pages over again to catch some updated options. I've added the errors you gave as examples in the FAQ entry. Mass change of RESOLVED bugs to CLOSED |