Relates :
|
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
|