I am running OpenSSH 3.4p1 (sun.freeware package) on Solaris 8 (End
User group build). Yassp is also installed. I have tuned the
sshd_config file to allow X11 forwarding, X local host, and an X
offset. Checking the ssh connection it shows that my PC requests X11
forwarding and that X11 forwarding is enabled. I have Exceed on my PC
as a local X server.
When I run graphic application (Xeyes as a test / example), it still
appears on the local Solaris machine and not my remote PC. If I turn
off Exceed, I do not get an error about a missing X server and the
graphic is again displayed on the local Solaris machine.
Checking $DISPLAY it is not set to local:<offset>.0 but to <solaris
ip>:0.0
Setting $DISPLAY manually does not make a difference.
Re: openssh-3.4 wont forward X11 ... >> and now I cannot get X11 forwarding to work. ... The server is Redhat 7.3 and is using the X11 bundled with it. ...pre-made RPM.... At home I am running Redhat 7.1 and I built the RPM from a ... (comp.security.ssh)
Re: Tkinter, X-windows and ebay ... This is not a full answer to your question, but an idea, just so happens last few days I have been playing with ssh clientsX11 Forwarding with success. ... Essentially the user would run their preferred X, ssh to the server with X11 forwarding enabled to their host address and they can run programs like Xterm or even Nautilus, most X programs and it will be forwarded to their X server over a secured connection. ... To address the users file system maybe try setting up a file server on the Linux system referring to the users home directory, the user then creates a reference to the file server, then now it may mimic a "local" feel but all on your Linux server. ... (comp.lang.python)
RE: X11 forwarding help ... "You could try setting up your own port redirection so that you can forward ... 6010 if they are in use already on intermediate and remote hosts.... > I'm using ssh to do X11 forwarding over a gateway and it seems to work ... On the server, try setting X11UseLocalhost no ... (SSH)