SSHM 1.11.0
Thank you for downloading SSHM!
Changelog
Features
- f189cb3: feat: add --no-update-check flag and disable update check via config (issue #23) (@Gu1llaum-3)
- 9c63920: feat: add hidden tag to hide hosts from TUI and search (@Gu1llaum-3)
- 7d9b794: feat: add info command for JSON host details (@boxpositron)
Bug fixes
- 838941e: fix: allow env vars and SSH tokens in IdentityFile validation (issue #33) (@Gu1llaum-3)
- 2a1f6d5: fix: replace sshm process with ssh via syscall.Exec (issue #41) (@Gu1llaum-3)
Others
- 473b1b6: Merge pull request #40 from boxpositron/feat/info-command (@Gu1llaum-3)
- 891fb2a: Merge pull request #44 from fgbm/main (@Gu1llaum-3)
- 5d0c0ff: refactor: update NewPingManager to accept a config file parameter ( <>)
Installation
Homebrew (macOS/Linux)
brew tap Gu1llaum-3/sshm
brew install sshmInstallation Script (Recommended)
Unix/Linux/macOS:
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bashWindows (PowerShell):
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iexManual Installation
Download the appropriate binary for your platform from the assets above, extract it, and place it in your PATH.
Full Changelog
See all changes at v1.10.0...v1.11.0
📖 Documentation: See the updated README
🐛 Issues: Found a bug? Open an issue
Released with ❤️ by GoReleaser