Live data from Hacker News

Rtty – Access a device’s terminal from anywhere via the web

github.com

1–10 of 63 posts

Re: Rtty – Access a device’s terminal from anywhere via the web

#4
I used wetty for this: node server, but like this uses xterm.js client https://github.com/butlerx/wetty

Though only locally, not connected to the internet. Maybe I'm paranoid, since I use so much other software without auditing, but somehow I feel especially vulnerable to web terminals, aside from anyone being able to login, and public keys not being convenient on the web.

Also, the readme.md for rtty here suggests running as root.

Re: Rtty – Access a device’s terminal from anywhere via the web

#9
post #7

Odd that the client is written in C, but the server in go. I'm curious as to why the author chose to do that (along with the artisan buffer implementation).

Go easily compiles to a distributable static binary, no fiddling with musl toolchains.
Post reply on HN