LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux Remote Access GUI (https://www.linuxquestions.org/questions/linux-newbie-8/linux-remote-access-gui-84566/)

green123 08-22-2003 12:03 PM

Linux Remote Access GUI
 
Is there software that will allow me to get a remote GUI of linux on my Win machine? If so, what? Which distributions support this?

yocompia 08-22-2003 12:24 PM

i know that if you have a functioning ssh client under linux, you can have the X displays exported over ssh. i'm not sure about the ssh clients that are available for windows, but i'd expect them to have that same ability to export displays.

if you're not familiar w/ ssh, here's a short description of what you need to do:

1) make sure the linux box has "sshd" running and check your sshd.conf to make sure that it allows exporting of X displays

2) get and install the appropriate ssh client for windows

3) ssh to your linux box from the windows one, making sure to allow for remote X displays (under linux it would be "ssh -X user@<IP/hostname of linux box>")

4) X displays should popup as desired; remember to execute w/ an ampersand (&) to allow terminal usage for other stuff

this might not work and it requires good bandwidth to get good response of the X displays.

hope this works,
y-p

tcaptain 08-22-2003 12:26 PM

VNC would do this, most linux versions either have it or you can install it.

_kossak_ 08-22-2003 12:27 PM

Google for Xwin32

_kossak_ 08-22-2003 12:28 PM

You have to enable XDMCP so you can use Xwin32

rjliebenberg 08-22-2003 01:39 PM

We have been using cygwin which has OpenSSH and XFree86, the steps in the first reply will apply once you get it installed on your Windows box. Check out www.cygwin.com


All times are GMT -5. The time now is 03:00 AM.