recently got a Pi, and one of the first things I wanted to try with it was to open an SSH socks5 proxy, since my school has basically everything banned. I hoped that this would allow me to bypass the restrictions. However, I’m not exactly sure how to do it, and the few videos and websites I found weren’t very helpful. I already set my pi to forward port 22, and can successfully SSH to it on my laptop using a mobile hotspot. However, the proxy part doesn’t seem to work. this is the Gitbash line I’m using to connect to the Pi:
$ ssh -D 9090 Name@PublicIP -p 22
and my windows proxy settings are set to:
Localhost Port: 22
I’m mainly doing this for fun, but I just wanted to know if this method would be a valid way of bypassing my school’s firewall. I’m not sure how they block sites, but I suspect it’s DPI, since most VPNs are also banned on the network. The network seems to be using Fortinet as its firewall.
Any help would be appreciated Thanks