I use openssh to connect to my home computer. In my desktop at home, I have mapped the ssh port from the standard port (22) to one of the higher ports (say 6750). Then from my laptop, when I am away from home, I use the command ssh 24.76.13.192:6750 to talk from my laptop to my home PC desktop. (24.76.13.192 is the IP address that Xfin has assigned to my router) (not really, any numbers I show are not the actual numbers I use, except for the ssh standard port) I use a static (internal) IP address or 192.168.1.100 for the desktop ssh server. When the router receives a message for port 6750, I have instructed it to forward it to 192.168.1.100 in the local network. Using this base, I can mount directories from home on my laptop through an ssh based virtual private network. Plus if my laptop falls into the wrong hands (like the North Koreans), my files are still safe back at home. The ssh program will encrypt all communication between the two computers across all portions of the network and internet.
EG
Expert
•
111.5K Messages
5 years ago
Got more details ? Is this via WiFi. Name your equipment.
0
0
TriumphSpitfire1200cc
Visitor
•
1 Message
4 years ago
I use openssh to connect to my home computer. In my desktop at home, I have mapped the ssh port from the standard port (22) to one of the higher ports (say 6750). Then from my laptop, when I am away from home, I use the command ssh 24.76.13.192:6750 to talk from my laptop to my home PC desktop. (24.76.13.192 is the IP address that Xfin has assigned to my router) (not really, any numbers I show are not the actual numbers I use, except for the ssh standard port) I use a static (internal) IP address or 192.168.1.100 for the desktop ssh server. When the router receives a message for port 6750, I have instructed it to forward it to 192.168.1.100 in the local network. Using this base, I can mount directories from home on my laptop through an ssh based virtual private network. Plus if my laptop falls into the wrong hands (like the North Koreans), my files are still safe back at home. The ssh program will encrypt all communication between the two computers across all portions of the network and internet.
0
0