Connect to the PubNIX/tilde if SSH is blocked

ssh -o ProxyCommand="websocat --binary wss://tilde.amcforum.wiki/ssh" tilde

Download websocat here and move it to /usr/bin: https://github.com/vi/websocat

From @9pfs (thanks!)

1 Like

At 9pfs’ advice, I did this ~2 days ago. Not only does that work when normal SSH won’t but it also is faster.
On Arch Linux, websocat is an official package so pacman -S websocat will work to install it. It doesn’t appear to come on Debian so the Github would be necessary on Debian distros.

1 Like

Fun fact: I’m lazy. Rather than installing an arm64 websocat binary on @Firepup650 's server, I set up binfmt-support and qemu-user so I could use an x86_64 binary for it

1 Like