Releases: aleksgrim/sshping.dev
Releases · aleksgrim/sshping.dev
SSHping v1.0 - The Open Source Release 🚀
We are incredibly excited to introduce the first stable release of SSHping! ⚡️
Key Features
- Lightning Fast Parallel Execution: Test hundreds of SSH, SFTP, and FTP(S) servers simultaneously.
- 100% Stateless: No databases, no logs. Credentials live exclusively in RAM for the fraction of a second the test runs, and are destroyed instantly by the Garbage Collector.
- Standalone Binaries: The entire Next.js 16 frontend is compiled and baked directly into the Go Fiber backend using go:embed. You get a single, self-contained ~18MB executable that requires no Node.js or Nginx!
- Enterprise Security: Secure your instances from the public internet using AUTH_TOKENS. SSHping issues strictly AES-encrypted HttpOnly cookies.
- Bastion & Jump Hosts: Full native support for securely testing through Private VPCs via built-in SSH tunneling.
Installation
Simply download the standalone binary for your OS below, make it executable, and run it:
chmod +x ./sshping-linux-amd64 AUTH_TOKENS="your_secure_token" ./sshping-linux-amd64
(Optionally, you can create a .env file in the same directory to load variables automatically).
Docker deployments are also fully supported out-of-the-box. See the README for more details.