Hi
I want to hook in to the public wifi at my local library and so I looked in to a couple of free vpn programms, cyberghost and an
![]() ![]() |
Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.
Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.
#include <std_disclaimer>
Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have.
surfisup1000:Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.
wouldn't that affect the home network? You would need to port forward port 443 to your pc on your home router. But, then if you are using another pc in the house for https , then , would that be affected?
Klipspringer:surfisup1000:Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.
wouldn't that affect the home network? You would need to port forward port 443 to your pc on your home router. But, then if you are using another pc in the house for https , then , would that be affected?
No won't affect your home network at all.
I will draw up a little diagram later as how I set mine up. I have been using this same setup for about 5years now.
You will also need to install a proxy server like squid on your home PC.
#include <std_disclaimer>
Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have.
hio77:Klipspringer:surfisup1000:Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.
wouldn't that affect the home network? You would need to port forward port 443 to your pc on your home router. But, then if you are using another pc in the house for https , then , would that be affected?
No won't affect your home network at all.
I will draw up a little diagram later as how I set mine up. I have been using this same setup for about 5years now.
You will also need to install a proxy server like squid on your home PC.
proxy server? wouldn't it be easier to just use ssh and a dynamic tunnel?
Klipspringer:hio77:Klipspringer:surfisup1000:Klipspringer: Setup your own ssh server listening on port 443. Then use that to create your secure ssh session over the free wifi. A PC running at home can be easily configured to do this. Then run putty on your laptop to forward your desired ports over the encrypted connection. No free WiFi is going to block port 443.
wouldn't that affect the home network? You would need to port forward port 443 to your pc on your home router. But, then if you are using another pc in the house for https , then , would that be affected?
No won't affect your home network at all.
I will draw up a little diagram later as how I set mine up. I have been using this same setup for about 5years now.
You will also need to install a proxy server like squid on your home PC.
proxy server? wouldn't it be easier to just use ssh and a dynamic tunnel?
Maybe. But I have a proxy server running on port 3128.
I just forward that through the ssh tunnel to a local port on the machine. Ie 9001.
Then i setup my web browser to use the proxy, ie localhost:9001
#include <std_disclaimer>
Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have.
![]() ![]() |