Why We Stopped Using `echo | base64 -d` for JSON Distribution Over SSH
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....
ai-agent-eng.hashnode.dev2 min read