SSH

Stop Using ngrok for Remote Access. Do This Instead.

Ngrok is not magic โ€” it’s SSH remote port forwarding with a reverse proxy. Most developers don’t realize they can replicate the exact same functionality with a $5 VPS, gaining full control, better security, and zero recurring costs. This article walks through the mechanics, the GatewayPorts gotcha, and why building your own tunnel is easier than you think.

I Controlled a DJ Mixer via SSH from the Bathroom. Here’s Why That Matters.

Termixer is a TUI DJ mixer that lives entirely in the command line, controllable via SSH from anywhere. What starts as a bathroom joke reveals a serious truth: terminal interfaces can preserve the core functionality of creative tools while breaking physical constraints. This isn’t a gimmickโ€”it’s a blueprint for remote performance, automation, and a new way to think about creativity.

Every SSH Session Can Now Be Recorded Without You Ever Knowing

SSH-cast is a pair of Go binaries that records SSH sessions entirely from the local machine โ€” no server-side component, no consent mechanism, no notification. For sysadmins, it’s an elegant audit solution. For everyone else, it means every SSH session you’ve ever had could have been silently captured without your knowledge. The tool exposes a structural flaw: when surveillance happens entirely on the observer’s side, the observed loses all agency.

You’re Still Exposing SSH? Stop It. Here’s the Zero-Trust Fix.

Most developers leave their SSH ports exposed out of convenience, but it’s a risk that’s easily fixed. By combining Tailscale’s zero-trust overlay network with Beszel’s monitoring, you can instantly secure your VPS and gain real-time visibilityโ€”without complex enterprise tools. This isn’t just about security; it’s about peace of mind.

GitHub Just Broke SSH. Everyone Thinks It’s a Bug. It’s Not.

GitHub silently changed SSH authentication to require the public key file on the client side, breaking decades of standard SSH behavior. Developers assumed it was a bug. It’s not โ€” it’s a deliberate security measure enforcing key pair integrity and preventing key reuse. The real problem isn’t the policy, it’s the silence.