v0.9.0
lssh-suite 0.9.0 is a substantial update that expands the project from a TUI-first SSH client into a broader multi-command SSH operations suite. This release adds new tools for diff, mount, and pipe-oriented workflows, improves configuration compatibility with OpenSSH, and strengthens packaging, completion, and test coverage across the project.
Highlights
-
Added
lsdiff: a synchronized TUI diff viewer for comparing remote files across multiple SSH hosts. -
Added
lsshfs: a single-host SSH mount command with OS-specific local mount backends.- Linux uses FUSE
- macOS uses NFS
- Windows is not supported in 0.9.0
-
Added
lspipe: a persistent pipe-oriented runner that keeps a selected host set in the background and reuses it from local shell pipelines. -
Added OpenSSH config import and
--generate-lssh-confsupport to help bootstraplsshconfig from existing~/.ssh/config. -
Expanded conditional config matching for more context-aware host selection and overrides.
-
Improved installation, packaging, shell completions, and release layout for the full suite.
New commands
lsdiff
Compare the same remote path across multiple hosts, or compare explicit @host:/path targets in a synchronized multi-pane TUI.
lsshfs
Mount one remote directory from one selected host using the same inventory and host-selection flow as lssh. In 0.9.0, supported client platforms are:
- Linux: FUSE
- macOS: NFS
- Windows: unsupported
lspipe
Create a reusable background session for a chosen host set, then execute commands or bridge local workflows through pipes/FIFOs.
Configuration improvements
- Added generation of minimal
lsshconfig from OpenSSH host entries. - Added fallback flow when an
lsshconfig file does not exist. - Improved conditional matching and config resolution behavior.
- Kept parser/generator behavior aligned by using the vendored
ssh_configfork internally.
Packaging and installation
This release provides both a full suite package and split packages:
lssh_*: full suitelssh-core_*:lsshlssh-transfer_*: transfer/diff/mount toolslssh-monitor_*:lsmonlssh-sysadmin_*:lsshell,lsmux,lspipe
Shell completions for bash, zsh, and fish are included.
Compatibility notes
lsshfsis supported on Linux and macOS in0.9.0.lsshfsis not supported on Windows in0.9.0and is excluded from Windows release packaging.
Quality and test coverage
This release also adds broader regression coverage for:
- build/install layout
- CLI version/help metadata
lspipesession and execution behaviorlsshfsrunner/background/unmount behavior- config fallback and OpenSSH import behavior
Packaging and release artifact fixes
This release also fixes packaging gaps from earlier artifacts.
For example, the v0.8.0 darwin_arm64 package did not include lssync in bin/, even though lssync was part of the intended build/install command set for that release.
In v0.9.0, the release workflow and package layout were updated so the expected command set is bundled more consistently across platforms and package types. This also includes newer suite commands such as lsmux, lsdiff, lspipe, and lsshfs where supported, with platform-specific exclusions applied where necessary, such as lsshfs on Windows.
Thanks
Thanks to everyone testing the new workflows and especially the real-machine validation around lsshfs before release.