Re: How to run _X_ Session from RH8 via ssh -X?

2006-03-18 Thread Larry Hall (Cygwin X)
Brett Serkez wrote: But now I just realized the obvious: Only X GUIS work and not windows. Is this correct? Yes! I assume I can tunnel rdesktop the same way I tunnel vnc? I guess I'll try tunneling both vnc and rdesktop next. I've heard this works, but have not tried personally. If you g

Re: How to run _X_ Session from RH8 via ssh -X?

2006-03-18 Thread Brett Serkez
> But now I just realized the obvious: Only X GUIS work and not windows. > > Is this correct? Yes! > I assume I can tunnel rdesktop the same way I tunnel vnc? I guess I'll try > tunneling both vnc and rdesktop next. I've heard this works, but have not tried personally. If you get this working,

RE: How to run _X_ Session from RH8 via ssh -X?

2006-03-17 Thread Siegfried Heintze
Thanks Dan and Rene! It works. But now I just realized the obvious: Only X GUIS work and not windows. Is this correct? I assume I can tunnel rdesktop the same way I tunnel vnc? I guess I'll try tunneling both vnc and rdesktop next. Siegfried -- Unsubscribe info: http://cygwin.com/ml/#u

Re: How to run _X_ Session from RH8 via ssh -X?

2006-03-17 Thread Doug VanLeuven
Siegfried Heintze wrote: [snip] Why does /usr/X11R6/bin/xclock still say "Error can't open display:"? That looks like an explicit unsetting of DISPLAY, i.e. somewhere, probably your .profile/.bashrc/.bash_profile, has a "unset DISPLAY". Starting in Cygwin: $ echo $DISPLAY :0 $ ssh -X [EMAIL

Re: How to run _X_ Session from RH8 via ssh -X?

2006-03-17 Thread René Berber
Siegfried Heintze wrote: >>> [snip] > echo $DISPLAY > > Any other suggestions? Check /etc/sshd_config on the server, configure it to forward X11: # X11 tunneling options X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes After restarting sshd try: ssh -X [EMAIL PROTECTED] 'echo $

RE: How to run _X_ Session from RH8 via ssh -X?

2006-03-17 Thread Siegfried Heintze
> > [snip] > > Why does /usr/X11R6/bin/xclock still say "Error can't open display:"? > > That looks like an explicit unsetting of DISPLAY, i.e. somewhere, probably your > .profile/.bashrc/.bash_profile, has a "unset DISPLAY". > > Starting in Cygwin: > $ echo $DISPLAY > :0 > $ ssh -X [EMAIL PROTE

Re: How to run _X_ Session from RH8 via ssh -X?

2006-03-17 Thread René Berber
Siegfried Heintze wrote: > [snip] > Why does /usr/X11R6/bin/xclock still say "Error can't open display:"? That looks like an explicit unsetting of DISPLAY, i.e. somewhere, probably your .profile/.bashrc/.bash_profile, has a "unset DISPLAY". Starting in Cygwin: $ echo $DISPLAY :0 $ ssh -X [EMAIL

RE: How to run _X_ Session from RH8 via ssh -X?

2006-03-17 Thread Siegfried Heintze
[snip] > > > However, I cannot seem to start an X session from my "ssh -X -p 892 > > > [EMAIL PROTECTED]" session. I tried running "explorer ." and that > > > just hung. OK, that was not an X program. Then I tried > > > /usr/X11R6/bin/xclock and it said it could not open the display. Having > >

Re: How to run _X_ Session from RH8 via ssh -X? How to run vnc via ssh?

2006-03-17 Thread René Berber
Siegfried Heintze wrote: [snip] > > (2) For reasons I don't understand, there was a conflict between my router's > > sshd and my cygwin's sshd so I resolved the problem by changing the cygwin's > > configuration file to start sshd on a different port. Now, using a Red Hat 8 > > client, I can use bo