How can I connect to the Internet via an SSH tunnel on iOS?
How can I connect to the Internet via an SSH tunnel on iOS? I need this to bypass blocked websites on my network. On my Mac, I can run SSH with the -D flag like so (where 1080 is a port number):
ssh -D 1080 me@myserver.com
to run a SOCKS5 proxy server on localhost port 1080, and I can set my system SOCKS5 proxy server in System Preferences to 127.0.0.1 port 1080, allowing me to freely browse the Web as if I was using the Internet connection of my remote server. How can I do this on iOS without having another desktop Mac or PC on the same network? For example, could you please provide me with a way to connect to the SSH tunnel on mobile data?
iPhone XS Max