here's the ssh command:
ssh -D 65432 -q -C -N user@server
Once it's logged in there'll be no output because you told it to be quiet (-q) and not do anything else (-N). -C compresses the data.
In your computer's network interface settings or your browser's proxy settings:
- proxy server: localhost
- proxy port: 65432
- Socks v5
When your internet is fixed or when you're troubleshooting it, remember disable the proxy settings in your network interface and/or in your browser.