Get the latest tech news
Show HN: Malai – securely share local TCP services (database/SSH) with others
n share any TCP-based service running locally — including your SSH service, Postgres database, Redis, or even a custom TCP protocol — using the same seamless workflow that you used with malai-0.2.5 is out now! It brings a new feature to share your local TCP server with the world! malai http. malai today using: curl -fsSL https://malai.sh/install.sh | sh $ malai tcp 5432 --public Malai: Sharing port 5432 Run malai tcp-bridge <id52> <some-port> to connect to it from any machine.
You can even use malai tcp to expose your local SSH server for remote access — without opening port 22 publicly. Students can share networked apps or environments with instructors for real-time help or grading. This spins up a basic HTTP server behind the scenes to serve the provided folder:
Or read this on Hacker News