Find the answer to your Linux question:
Results 1 to 5 of 5
hello, i have a machine with debian linux installed on it. another machine is with windows 2003 server installed. the IP address of debian system is 10.200.1.130 and the IP ...
  1. #1
    Just Joined!
    Join Date
    Aug 2006
    Posts
    2

    Exclamation remote access to debian machine

    hello,

    i have a machine with debian linux installed on it. another machine is with windows 2003 server installed. the IP address of debian system is 10.200.1.130 and the IP for the windows machine is 10.200.1.131.

    i would like to know how from my windows 2003 machine i can remotely enter my debian system to see all its resources and other things, l

    ike in windows environment when you use remote desktop, you can access each and every thing of remote windows based machine, like you are sitting on the same machine.

    i am very new to linux system, please let me know solution in easy steps.

    thanks,
    wajeeh

  2. #2
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    I don't know about a tool that can be used to connect from Linux to Windows, in unix systems to do this you use ssh and if you want a graphical desktop you put a xserver above.
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  3. #3
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    If you want to go from Windows to linux you need Putty and ssh server installed on your Debian machine. If you install Cygwin you can have a full X environment to X-forward to. To go from Linux to Windows you can use rdesktop to connect to Terminal Server/Remote Desktop.

    A catch all solution is to use VNC on both machines. The same protocol is used and you can get VNC for most platforms.

    EDIT - I have merged your two threads - please do not cross post, this makes it difficult to respond and causes confusion.
    Last edited by bigtomrodney; 08-28-2006 at 08:50 PM.

  4. #4
    Linux Engineer psic's Avatar
    Join Date
    Nov 2004
    Location
    Ljubljana, Slovenia
    Posts
    1,205
    The best idea would be to use a ssh program such as PuTTY. There are many other alternatives as well. Basically, this lets you access the command prompt on the Debian box.

    You can also use one of the various VNC solutions, basically giving you a remote desktop. One such program is TightVNC, which works both on linux and windows and is open-source.

  5. #5
    Just Joined!
    Join Date
    Jan 2006
    Posts
    71
    I have actually had great results with "SSH SecureShell" for windows. We used to use putty at my old job but upgraded to that. Benefit is that is comes with an SFTP client as well.

Posting Permissions

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