LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   accessing home computer from remote location (https://www.linuxquestions.org/questions/linux-networking-3/accessing-home-computer-from-remote-location-52595/)

blacbastard 03-30-2003 09:11 PM

accessing home computer from remote location
 
I was just wondering if anyone knew how i could connect to my computer from a remote location. I want it to visually appear as if I am sitting at my terminal.

darin3200 03-30-2003 09:21 PM

:tisk:don't double post a thread:tisk:

wapcaplet 03-30-2003 09:23 PM

One way to do it is to run sshd (the secure shell daemon) on your home computer. Assuming you have cable or DSL internet access at home, you will be able to ssh into your home computer from anywhere (provided your firewall, which you should definitely be running if you have cable or DSL, has port 22 for sshd open).

If you want it to look just like you're using it at home, with GUI and everything, you will probably need to run some kind of XFree86 server on the machine you are using to connect. Easy if that machine is already a Linux box - if not, you can get commercial or free alternatives (Cygwin being a free one for Windows). If you have an X server going, and use ssh, everything will probably work automatically (though it's a little trickier with Windows).


All times are GMT -5. The time now is 09:48 PM.