Hello everyone,
I've been using my Raspberry Pi as a re-routing station for internet traffic through SSH to avoid strict internet filtering and the possibility of 'eavesdropping' where I live part of the time. This has worked wonderfully, but I'm looking for some alternative to SSH to reach the same result, i.e. sending all data encrypted to the Pi and then doing the actual web requests from it and the network it's connected to.
Doing it through SSH means always having to use a terminal or Putty to make the connection; and I'd actually need some way that eliminates that step and all proxy connections/settings could be done in-browser (Chrome/Firefox) only as only my own laptop has a terminal, and I'd need access to unfiltered internet even through computers I can't install any extra software to or change administrative (e.g. system-wide network) settings.
I've tried to google for answers, but haven't really found anything that doesn't involve installing some sort client on the machine from which you want to connect.
If anyone has any idea of how (if?) this could be achieved I'd be very thankful!