Find the answer to your Linux question:
Results 1 to 3 of 3
I want to use the remote desktop that comes with windows XP into my linux machine. Is this possible?...
  1. #1
    Just Joined!
    Join Date
    Jun 2004
    Posts
    33

    remote to Linux



    I want to use the remote desktop that comes with windows XP into my linux machine. Is this possible?

  2. #2
    Linux Guru sarumont's Avatar
    Join Date
    Apr 2003
    Location
    /dev/urandom
    Posts
    3,682
    AFAIK, no. I think the Windex Remote Desktop is a proprietary thing. Look into VNC if you want a remote GUI. Or ssh if you want remote CLI.
    "Time is an illusion. Lunchtime, doubly so."
    ~Douglas Adams, The Hitchhiker's Guide to the Galaxy

  3. #3
    Just Joined!
    Join Date
    May 2004
    Posts
    34
    You can use ssh to remotely manage your system with the GUI. Many people dont realize this.

    SSH has no problems fowarding XWindow packets. You just need to specify the -X (capital X) option:

    ssh -X user@192.16.1.1 (whatever the ip address is, for example)

    The remote PC needs to be running sshd and the appropriate ports need to be opened (TCP port 22 iirc).

    With this you can run startkde, nautilus, konqueror, nedit, etc... If doing this from a pc you can grab CYGWIN which has an SSH client, or if running from Linux just make sure ssh client is installed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •