Re: [newbie] Using a graphical terminal remotely

2004-09-11 Thread Harald T ZIPKO
... You could try X Forwarding in case it's not already set up. ssh -X destination.pc.com How do I enable 'X Forwarding'? As far as I understand this feature it is possible to get a working X-environment on a remote box although I am working via CLI? So in theory it is possible to open -

Re: [newbie] Using a graphical terminal remotely

2004-09-11 Thread Brian Parish
On Sat, 2004-09-11 at 18:55, Harald T ZIPKO wrote: ... You could try X Forwarding in case it's not already set up. ssh -X destination.pc.com How do I enable 'X Forwarding'? As far as I understand this feature it is possible to get a working X-environment on a remote box although I

[newbie] Using a graphical terminal remotely

2004-09-09 Thread Travis Crook
Hi All, I would like to ssh to a machine on my network and then be able to run startx and see X for the other box. How do I do this? -- Travis Crook Visions Beyond www.VisionsBeyond.com 208-478-7836 Want to buy your Pack or Services

Re: [newbie] Using a graphical terminal remotely

2004-09-09 Thread Sevatio
You could try X Forwarding in case it's not already set up. ssh -X destination.pc.com Travis Crook wrote: Hi All, I would like to ssh to a machine on my network and then be able to run startx and see X for the other box. How do I do this?

Re: [newbie] Using a graphical terminal remotely

2004-09-09 Thread Brian Parish
On Fri, 2004-09-10 at 08:08, Sevatio wrote: You could try X Forwarding in case it's not already set up. ssh -X destination.pc.com Travis Crook wrote: Hi All, I would like to ssh to a machine on my network and then be able to run startx and see X for the other box. How do I do

Re: [newbie] Using a graphical terminal remotely

2004-09-09 Thread Travis Crook
On Thu, 2004-09-09 at 16:21, Brian Parish wrote: On Fri, 2004-09-10 at 08:08, Sevatio wrote: You could try X Forwarding in case it's not already set up. ssh -X destination.pc.com Travis Crook wrote: Hi All, I would like to ssh to a machine on my network and then be able

Re: [newbie] Using a graphical terminal remotely

2004-09-09 Thread Greg Meyer
On Thursday 09 September 2004 06:03 pm, Travis Crook wrote: Hi All, I would like to ssh to a machine on my network and then be able to run startx and see X for the other box. How do I do this? vnc is a good solution for this. -- /g