RE: opening x11 through telnet

2002-02-08 Thread Kurc, Marcin A.
Not sure what you trying to accomplish. If you want to export display do this on the box you trying to export display to: xhost remote_machine_name on your remote box: export DISPLAY=your_local_box:0.0 assuming you are running a posix shell for c shell: setenv DISPLAY your_local_box:0.0 if you are

Re: opening x11 through telnet

2002-02-08 Thread nate
> hi , >i have to work on a server which only allows > telnet > so who do i allow opening x11 though telnet > > i tried export DISPLAY=0:0. but :-( if the ONLY port open is telnet then there is nothing you can do. if you have control over the system you can remove the telnet server and r