Show HN: Lazysusan – run commands on your machines from anywhere with just curl
Category: infrastructure
Tags: remote-execution, reverse-tunnel, devops-tool
Score: 6.8/10 (Innovation: 6, Technical: 7, Documentation: 8, Utility: 6)
Lazysusan is a tool that allows users to execute shell commands on remote machines via a simple curl command, using a reverse WebSocket connection initiated from the target machine and a relay server. It is interesting because it eliminates the need for inbound ports or SSH daemons, making it ideal for agentic LLM tool calls and quick remote access scenarios.
Target audience: backend devs, devops, security engineers
Repository: https://github.com/belugashark/lazysusan · Go · MIT
View on Hacker News