brown wrap wrote: > I had tried some of these things. Had bee using the debug. The > location of xauth on the server was new, as was the config file in > my .ssh sub directory, I placed an entry at pastebin of my latest try:
> http://pastebin.com/kDjvPAw0 Mine looks almost the same as yours, but I don't have the 'Sending Environment' statements. I'm using an older ssh client, 0.9.8d, but a newer sshd, 0.9.8k. debug2: channel 0: request x11-req confirm 0 And the absence of error messages indicates that it should be OK. ... Just checked a system where the X libraries were never built and the ssh output is the same, except DISPLAY is not set. Try running (on the server) /usr/sbin/sshd -d -p30 Then from another window on the client ssh -X -p30 server You should be able to see sshd entries in /var/log/, probably auth.log as well as the other window. This is what your normal output should look like: $ echo $DISPLAY localhost:10.0 $xclock & [1] 1349 debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384 debug1: client_request_x11: request from 127.0.0.1 46510 debug2: fd 7 setting O_NONBLOCK debug1: channel 1: new [x11] debug1: confirm x11 debug2: channel 1: rcvd eof debug2: channel 1: output open -> drain debug2: channel 1: obuf empty debug2: channel 1: close_write debug2: channel 1: output drain -> closed debug1: channel 1: FORCE input drain debug2: channel 1: ibuf empty debug2: channel 1: send eof debug2: channel 1: input drain -> closed debug2: channel 1: send close debug2: channel 1: rcvd close debug2: channel 1: is dead debug2: channel 1: garbage collecting debug1: channel 1: free: x11, nchannels 2 [1]+ Done xclock -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
