Infrastructure in Your Pocket: SSH from Your Phone, Securely
I opened the Termux terminal on my Samsung Galaxy S25, SSH'd into the server, and got a full command line. No VPN, no TeamViewer, no cloud service. Pure key-based SSH authentication, nothing else.
Obviously, you won't work 8 hours on a phone screen instead of two or three monitors. But that's not the point. If a billing system or a webshop goes down at night, it takes 30 seconds from your phone and it's running again. From a train, a coffee shop, on vacation. That's what it's for.
My mentor, Zoltán Szécsényi, uses this same approach in live business environments. He SSH's into corporate Linux servers from a tablet, updates, configures, and if quick firefighting is needed, he handles it from anywhere. I've seen this pattern from multiple sources, it makes sense, and now I've set it up for myself too.
The Security Question
An interesting observation: a non-standard port is noise reduction, not a security layer. "Obfuscation is not security."
If someone says hiding the port protects you, that's a false sense of security. What actually protects you:
- Key-based authentication without passwords
- fail2ban with exponential banning
- SSH hardening
- Root login disabled
These are configuration decisions, not defaults.
The Thin Client Idea
Apple recently released the MacBook Neo, a $599 thin client with an A18 Pro chip, whose whole idea is working on remote resources from a comfortable device. I didn't reinvent the wheel – SSH has been around for 30 years and the thin client concept is even older. But getting the same thing from a phone today with hand-configured security carries a different weight.
Claude Code also has a Remote Control feature now. I tried it – overall a good experience, but the session dropped and disconnected several times. Since the feature has only been available for a few days, I'm sure this is just an early adopter issue.
The other thing is that it locks you into the Claude Code ecosystem. With SSH, you have full access to the machine, you're not tied to a service, and from there you can SSH jump to any other server.
Who Is This For?
This isn't just for IT professionals. If you're a university student running your own project on a cheap VPS, or an entrepreneur with a server running automations, this same setup works. You don't need expensive hardware or subscriptions, and the entire setup takes 15 minutes.
BTS: The video was also generated by Claude Code using the Remotion framework, which is React-based programmatic video. The cuts are timed to the music's rhythm, and the design system comes from my own portfolio projects.