Eto_Demerzel
September 22nd, 2008, 08:33 PM
I installed open-ssh server on my home computer to be able to access my files at home through the internet.
To check if it was installed properly, I tried
ssh localhost
and I saw it was working.
I tried logging into the server from another computer on the same wireless network
ssh my_username@192.168.0.14
and I was able to access my files. (192.168.0.14 was the address assigned to me by the router at that time)
Now, how do I access my files through the internet? I'm guessing the command is of the form
ssh something1@somthing2
Can you tell me what something1 and something2 would be? How can I find out them? And should I set up some port forwarding on my computer?
Thanks.
To check if it was installed properly, I tried
ssh localhost
and I saw it was working.
I tried logging into the server from another computer on the same wireless network
ssh my_username@192.168.0.14
and I was able to access my files. (192.168.0.14 was the address assigned to me by the router at that time)
Now, how do I access my files through the internet? I'm guessing the command is of the form
ssh something1@somthing2
Can you tell me what something1 and something2 would be? How can I find out them? And should I set up some port forwarding on my computer?
Thanks.