[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Remote X Login
- From: Kyle Hargraves <kh nelson hedland edu au>
- To: "William M. Wise" <willwise mindspring com>
- Cc: redhat-list redhat com
- Subject: Re: Remote X Login
- Date: Sat, 1 May 1999 08:12:36 +0800 (WST)
On Thu, 29 Apr 1999, William M. Wise wrote:
> Quick Question...
>
> How do I log into my linux box at home (on cable modem) from my linux
> box at work (on T1).
>
> Thanks! Will
>
It seems to me that you want to run an Xsession across the
link from work. Only two things are required in that case.(I
presume you can telnet to your home machine from work)
i permissions on your work machine to display a screen
from home
ii an instruction on your work machine to display the
'desired' screen on your work machine.
Solutions
for i add the line
xhost + my_home_machine.domain.etc
in your .Xclients file
for ii issue the command
export DISPLAY=my_work_machine.domain.etc:0.0
from your shell. Actually in the majority of
cases the `export` isn't necessary but it
can be useful if you are going to run things
from child shells.
there is software about which can maintian an X session
on minimal bandwidth and details can be found in the X HOWTO's
cheers,
Kyle Hargraves
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]