sshm 1.9.0-beta
SSHM 1.9.0-beta
Thank you for downloading SSHM!
Changelog
Features
- 42e87b68271017f9d096343c0fc2e5d050c1354b: feat: add ARM v6/v7 support and version selection to install script (@Gu1llaum-3)
- 8d5f59fab26dc873affa9cb86b714091f5fb7341: feat: add multi-host block support for SSH config management (@Gu1llaum-3)
- 6ba82b1c97f30bec5fde24598cdb666462707df3: feat: filter non-SSH files from config parsing (@Gu1llaum-3)
- 2e84ac002ef30bfc1dd716950f0cf11ca55aaa55: feat: reorganize release notes (@Gu1llaum-3)
Bug fixes
- d686d97f8c142a411b15847488dc614e09ca0c8a: fix: SSH identity file paths with spaces and edit form navigation (@Gu1llaum-3)
Installation
Homebrew (macOS/Linux)
brew tap Gu1llaum-3/sshm
brew install sshm
Installation Script (Recommended)
Unix/Linux/macOS:
curl -sSL https://github.com/Gu1llaum-3/sshm/raw/main/install/unix.sh | bash
Windows (PowerShell):
iwr -useb https://github.com/Gu1llaum-3/sshm/raw/main/install/windows.ps1 | iex
Manual 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 https://github.com/Gu1llaum-3/sshm/compare/1.8.0...v1.9.0-beta
Released with ❤️ by GoReleaser