From my understanding SSH doesn't do xdmcp.
I have it working on Exceed making sure I have x forwarding turned on the
ssh client and server.
I am also using the xhosts file for security and have the local host
127.0.0.1 declared as a trusted host since it's the SSH client talking to
the Xserver now that it's tunneling and not the actual remote machine.
I hope this helps
Roy
At 02:09 PM 11/29/00 +0100, you wrote:
>A newbie question:
>
>Last week, I downloaded the SSH2 source-code for a Linux-server, compiled
>it, and started the sshd2 deamon. Then I downloaded and installed the
>windows-client of SSH2 on a Win-95-PC. My first try to connect to the
>Linux-server using the SSH2 client was successful, but since then I have
>spent several hours trying to figure out how to display X-windows on the
>client:
>
>The error message I get is:
>
>[per_f@DA7949 per_f]$ xterm
>XIO: fatal IO error 104 (Connection reset by peer) on X server
>"DA7949.usil.lu.se:10.0"
> after 0 requests (0 known processed) with 0 events remaining.
>
>I also tried to use X-Win32 (version 5.1). If I start an XDMCP session
>using (X-Win32) and then log in to the Linux server using the SSH client,
>then a different error message is displayed:
>
>[per_f@DA7949 per_f]$ startx
>
>Authentication failed - cannot start X server.
>Perhaps you do not have console ownership?Xlib: connection to ":0.0"
>refused by server
>Xlib: Invalid MIT-MAGIC-COOKIE-1 key
>giving up.
>xinit: unable to connect to X server
>xinit: No such process (errno 3): Server error.
>
>Help would be very much appreciated.
>
>Regards,
>
>P-O Bendahl