←back to thread

1308 points rickybule | 5 comments | | HN request time: 0s | source

Indonesia is currently in chaos. Earlier today, the government blocked access to Twitter & Discord knowing news spread mainly through those channels. Usually we can use Cloudflare's WARP to avoid it, but just today they blocked the access as well. What alternative should we use?
Show context
cogman10 ◴[] No.45056723[source]
IMO, the safest route for an individual with tech competency is to setup a small instance server in the cloud outside your country and use ssh port forwarding and a proxy to get at information you want.

For an example of a proxy service https://www.digitalocean.com/community/tutorials/how-to-set-...

That will give you a hard to snoop proxy service that should completely circumvent a government blockaid (they likely aren't going to be watching or blocking ssh traffic).

replies(2): >>45057166 #>>45059769 #
1. asqueella ◴[] No.45057166[source]
Advanced enough censors (who have DPI) do block or slow down ssh, e.g.: https://serverfault.com/questions/1122015/ssh-blockedfor-for...
replies(1): >>45059462 #
2. cogman10 ◴[] No.45059462[source]
That's a pretty strict censorship that basically locks your digital infrastructure into your country.
replies(3): >>45061392 #>>45061855 #>>45063755 #
3. tsimionescu ◴[] No.45061392[source]
Something that is often a benefit from the perspective of these regimes, yes.
4. asqueella ◴[] No.45061855[source]
Well, mimicking China's GFW is seemingly the objective of some governments. But they are also able to allow some light (text-based) ssh usage and still prevent proxying.
5. Havoc ◴[] No.45063755[source]
I guess that's where the slow down part comes in. I'd imagine you can slow SSH to a snails pace and it'll still work for basic CLI use