Lee Bradshaw wrote: > > check config files in /etc/ssh and ~/.ssh for X11Forwarding options > > ssh -v # run ssh in verbose mode > ssh -X -v # run ssh in verbose mode requesting X11 forwarding > > any hints in the debug output? > All seems OK there. last lines of ssh -v: newton: Requesting pty. newton: Requesting X11 forwarding with authentication spoofing. newton: Requesting shell. newton: Entering interactive session.
When I start a X-app I get the following output: [EMAIL PROTECTED]:~$ xemacs& [1] 11350 [EMAIL PROTECTED]:~$ _X11TransSocketINETConnect: Can't connect: errno = 4 It has to be something on the server cause the machine which I forward to works fine with other servers. Also I can't be something with xhost, cause I also checked with $xhost +. I hope this helps... Thnx Tim

