This is a good template for making terminal based apps that run on remote servers.
stratos1232 days ago | | | parent | | on: 47740354
This idea has the rather severe problem that it requires piping an untrusted remote script directly into bash.
anthk2 days ago | | | parent | | on: 47740354
You are reinventing telnet.
kaoD2 days ago | | | parent | | on: 47740354
Or just use SSH.