Y
Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
points by
thomasfl
2 days ago
|
hide
|
0 comments
This is a good template for making terminal based apps that run on remote servers.
add comment
stratos123
2 days ago
|
next
|
prev
|
parent
|
toggle
|
on: 47740354
This idea has the rather severe problem that it requires piping an untrusted remote script directly into bash.
anthk
2 days ago
|
next
|
prev
|
parent
|
toggle
|
on: 47740354
You are reinventing telnet.
kaoD
2 days ago
|
next
|
prev
|
parent
|
toggle
|
on: 47740354
Or just use SSH.