Hacker News new | ask | show | jobs
by thomasfl 65 days ago
This is a good template for making terminal based apps that run on remote servers.
3 comments

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.