I'm using a VPS for some development but the VPS is basically disconnected from the internet and im unable to connect to it directly unless i go through a proxy at my home.
But when on the go I need to connect to it using my home proxy. Is there some way i can do:
Laptop -> ssh -> local proxy -> server so basically i want to connect to my home computer using SSH, and use the internal proxy on my home computer.
I was thinking of doing something with ssh me@home -D1234 and then tell the browser to use socks5 on localhost:1234 but i cant get my head around how to use the internal proxy on the server.
So my question is, is there some way i can do a direct redirect from
laptop:1234 -> home:8080 using my home localhost proxy?