Re: Connecting to X remotely w/ssh

2002-09-19 Thread Jamin W . Collins
On Sun, 15 Sep 2002 15:27:27 -0500 Lance Hoffmeyer <[EMAIL PROTECTED]> wrote: > What are the steps involved in starting up an X sesstion remotely using > ssh. I may be accessing my home computer from work and will need to run > an X session from time to time. (Work computer really slow-Home compu

Re: Connecting to X remotely w/ssh

2002-09-19 Thread Josep Llauradó Selvas
The only way to run applications over ssh IMHO is using the application remotely, but NOT start the X server with startx. You can make an ssh with X forwarding active adding a -X to the command line (if your SSHD server allow X11Forwarding, that under Debian is deactivated by default). You can c