Reverse SSH Tunnel
ISPs in PK don’t generally allow incoming traffic to your public IP rendering it useless, this is a real pain when you want to access your machine from a remote location. The solution to it is a reverse ssh tunnel, which will work in the following way: [Home Machine] ==> {Middle Machine} ==> {You} So you’ll map a port from your home machine to your middle machine, which when connected to from the middle machine will forward all traffic to your home machine. I’ll give an example on how to achieve it. ...