TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Web-based personal terminal options?

5 pointsby jhow15over 5 years ago
I&#x27;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!<p>I don&#x27;t have any other physical machines that I could give ssh key access as backup..<p>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&#x27;m not sure which to go with&#x2F;trust.<p>Or do most people just have a cheap secondary laptop?

6 comments

imhoguyover 5 years ago
I use android phone with termux or juicessh and hacker keyboard app. Also pretty much every phone should work with tiny foldable Bluetooth keyboard.<p>If you want a mobile kit for hotel room without carrying laptop there you can try some HDMI screen mirroring dongle (Google Cast).
ntw1103over 5 years ago
There are a lot of potential security problems with setting something like what you describe, but it is very possible.<p>If you wanted, you could run <a href="https:&#x2F;&#x2F;github.com&#x2F;huashengdun&#x2F;webssh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;huashengdun&#x2F;webssh</a> 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.<p>You could use something like this: <a href="https:&#x2F;&#x2F;github.com&#x2F;PHPAuth&#x2F;PHPAuth" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;PHPAuth&#x2F;PHPAuth</a> You could also use Okta.
评论 #21548234 未加载
fasturdotcomover 5 years ago
I built my own, Using codemirror.<p>NodeJs for the server which spawns a process to execute bash commands.<p><a href="https:&#x2F;&#x2F;twitter.com&#x2F;fasturdotcom" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;fasturdotcom</a>
a-salehover 5 years ago
I use my phone. I have termux on android, with password protected ssh-key and it did save me a few times.<p>I assume there is something like that for iOS, or other phones.
dinklebergover 5 years ago
I use google cloud shell all the time and it works really well. It spins up an ephemeral container, but it persists the home directory.
garmaineover 5 years ago
What you described would be hideously insecure. Get a backup laptop.
评论 #21543827 未加载