Skip to content

Releases: Johnniewhite/ssher

ssher v0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jul 15:33

Highlights

  • Hardened vault key caching, Argon2id parameter validation, password policy, and atomic re-keying.
  • Added SSH agent-only authentication and standard Ed25519, ECDSA, and RSA key discovery.
  • Corrected keepalive, reconnect, forwarding, fleet timeout, remote exit-status, alias, and recording behavior.
  • Made plaintext exports safer and serialized trust-on-first-use host-key updates.
  • Fixed clean shutdown of no-prompt wrapped commands on Linux PTYs.
  • Added CI, contributor governance, security documentation, architecture documentation, and the open-source getssher.com website.

Install or upgrade

Homebrew users can run:

brew tap johnniewhite/ssher
brew update
brew upgrade ssher

Pre-built archives are available below for macOS and Linux on AMD64 and ARM64. Verify downloads with checksums.txt.

See CHANGELOG.md for the complete release history.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 22:37
9b84e44

Changelog

  • 9ed13ed Feat: Update installation instructions for Homebrew and add pre-built binary section
  • f46063d Fix CLI flag/parallelism inconsistencies and harden password handling

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 May 12:54

Changelog

  • e1caa1f Feat: Add Homebrew formula configuration and update version declaration
  • ca96770 Feat: Complete change of the language
  • d193428 Feat: Update README with enhanced features and add logo
  • 72bff81 Refactor Close method to handle errors more gracefully
  • 8527ca2 init files
  • 5052e94 release: goreleaser + homebrew tap workflow