Ask HN: Web-based personal terminal options?
I've just needed to ssh into a VPS to fix something pretty urgently but my laptop was on the fritz and held me up. Obviously a big single point of failure problem!
I don't have any other physical machines that I could give ssh key access as backup..
There must be a web-based personal terminal provider that you can set up on a permanent basis? Then you could access it from anywhere, even when out with mobile etc. But I'm not sure which to go with/trust.
Or do most people just have a cheap secondary laptop?
9 comments
[ 1.8 ms ] story [ 35.4 ms ] threadIf you wanted, you could run https://github.com/huashengdun/webssh on the sever you are trying to access, or something equivalent to a Boston server. This is something you should definitely host with TLS, and some form of authentication.
You could use something like this: https://github.com/PHPAuth/PHPAuth You could also use Okta.
The steps I described would mitigate most of those.
I assume there is something like that for iOS, or other phones.
If you want a mobile kit for hotel room without carrying laptop there you can try some HDMI screen mirroring dongle (Google Cast).
NodeJs for the server which spawns a process to execute bash commands.
https://twitter.com/fasturdotcom