LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Accessing remote computer (https://www.linuxquestions.org/questions/linux-networking-3/accessing-remote-computer-459267/)

adilturbo 06-28-2006 06:17 PM

Accessing remote computer
 
hi people,

is it possible to make my machine(linux) as server in the way that my friend can access my PC(share directory) via internet?
if yes ,so how that?
many thanks

alunduil 06-28-2006 06:32 PM

The simplest and most effective way is to just open up SSH, and give him an account.

Regards,

Alunduil

adilturbo 06-28-2006 06:49 PM

could you please clarify how to do that?

thanks

alunduil 06-28-2006 07:21 PM

I don't know what distribution you are on, but first make sure SSH is installed. Check your package manager for openssh. Then you will just want to start the SSH daemon, sshd, and have it start at boot.

Regards,

Alunduil

x86processor 06-29-2006 04:32 AM

You should have a ssh daemon (sshd) running by default. Your friend can remotely login to this using ssh. For example:
Code:

ssh -l foo foo@11.22.33.44


All times are GMT -5. The time now is 04:28 AM.