|
|
|
|
|
by anilakar
14 days ago
|
|
We did Tailscale-like SSH reverse tunnels at scale first in 2013 and the main issue has always been that there are no good libraries. Bash scripting around the OpenSSH binaries is pretty much the only way to go. There's Paramiko, but Python is still a huge liability in memory-constrained systems. |
|