Comment by thomasfl 16 hours ago This is a good template for making terminal based apps that run on remote servers. 3 comments thomasfl Reply stratos123 8 hours ago This idea has the rather severe problem that it requires piping an untrusted remote script directly into bash. anthk 8 hours ago You are reinventing telnet. kaoD 8 hours ago Or just use SSH.
stratos123 8 hours ago This idea has the rather severe problem that it requires piping an untrusted remote script directly into bash.
This idea has the rather severe problem that it requires piping an untrusted remote script directly into bash.
You are reinventing telnet.
Or just use SSH.