Skip to content

Releases: aleksgrim/sshping.dev

SSHping v1.0 - The Open Source Release 🚀

17 Apr 15:08

Choose a tag to compare

We are incredibly excited to introduce the first stable release of SSHping! ⚡️

Key Features

  1. Lightning Fast Parallel Execution: Test hundreds of SSH, SFTP, and FTP(S) servers simultaneously.
  2. 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.
  3. 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!
  4. Enterprise Security: Secure your instances from the public internet using AUTH_TOKENS. SSHping issues strictly AES-encrypted HttpOnly cookies.
  5. 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.