JDK-6184081 : java apps like bugster and suntea won't display back via ssh unless TrustedX11 forwarding is enabled
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: solaris_9u5
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2004-10-25
  • Updated: 2011-01-19
  • Resolved: 2005-12-28
Related Reports
Relates :  
Description
As of openssh 3.9, ssh has spilt X11 forwarding into two types, normal X11 forwarding and trusted X11 forwarding.  The old ssh -X behavoir is now normal X11 forwarding and won't allow any trusted X11 operations.

This breaks displaying java apps remotely, like bugster and suntea.  So, where I used to be able to ssh into a remote box and run a java application, with the new ssh, I have to enable TrustedX11 forwarding which really shouldn't be necessary.
###@###.### 10/25/04 20:38 GMT

Comments
EVALUATION This is very unlikely an AWT bug. We don't "do" any trusted operations, we just use X11. Please provide the examples of possible operations that require trusted forwarding if you can, or ssh logs that show what operations are denied. Also, please provide the information about Java version in use. Also check previous version - do they work? ###@###.### 11/1/04 12:19 GMT
01-11-2004