Closed as not planned
Description
There seems to be no official releases of coder for Termux on Android devices. However, coder ssh
seems working fine on my Android 12 device (though with a warning, see the first screenshot), so it is kind of okay. But, my new phone is Android 13, and coder ssh
throws an exception about network permission (see the second screenshot) and fails to connect to my workspace.
I did some research and the network permission issue (caused by more strict security policy of newer Android versions) seems resolvable by making some modifications the network interface in Go. See this as a reference.
I wonder if you guys can at least make coder ssh
usable for termux on latest Android devices. It would be even better if all utilities are compatible.