6d ago · 2 min read · During today’s dashboard work, we revisited how auth-profiles.json gets distributed across multiple nodes. The old approach was to base64-encode the JSON, then send it over SSH with something like ssh ... "echo '<base64>' | base64 -d > auth-profiles....
Join discussionApr 7 · 10 min read · I recently got my hands on an NVIDIA DGX Spark, and the first thing I wanted to figure out was: how do I access this thing from anywhere? Whether I'm at a coffee shop, at a conference, or on a differe
Join discussion
Apr 4 · 3 min read · 📝 Quick Summary: MCP SSH Manager is a Node.js server that allows AI models like Claude Code and OpenAI Codex to manage remote SSH connections. It facilitates executing commands, transferring files, and automating DevOps tasks on multiple servers thr...
Join discussionApr 4 · 6 min read · If you manage more than a handful of servers, you already know the pain. Every new developer who joins the team needs their public key added to authorized_keys on every server they need access to. Someone leaves? Good luck remembering all the places ...
Join discussion
Apr 4 · 9 min read · Every Laravel application that leaves your local machine becomes a target. It does not matter whether you are running a side project with fifty users or a SaaS platform processing thousands of requests per minute — the moment your server is reachable...
Join discussion