Comment by jwrallie

Comment by jwrallie 8 hours ago

3 replies

I learned how to use ssh tunnels when wanting to bypass a firewall in my university network around 15 years ago, had to change the default port to 443.

Been using it ever since for so much more than just bypassing firewalls.

metadat 7 hours ago

What purpose have you enjoyed it for beyond bypassing firewalls and exposing local services across a network?

  • lytedev 7 hours ago

    I use it for proxying general internet traffic (such as from your web browser) using the SOCKS5 proxy described in the article. Combined with FoxyProxy or similar it's nice if you want certain traffic (such as to a certain domain which only allows certain IP blocks) to flow from a certain host based on things like the domain.

  • jwrallie 6 hours ago

    In essence it is what you mentioned, these are a few practical uses:

    - Streaming region locked content from overseas.

    - Permanent reverse-tunnel for remote-access with autossh.

    - Increased security compared to making services visible to the internet.

    - Downloading scientific articles using my university's connection as a proxy.