Bernd Schoeller <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED]:~$ ssh -X uni x2x -west -from :0.0 > x2x - error: display localhost:10.0 does not support the test extension
Using -X with ssh creates an X forwarding tunnel that has some security features. Try using -Y which disables thease features. NOTE this makes your local computer more vunerable.

