v0.4.13
noissh v0.4.13
A small UX fix.
Fixed
- Running
noisshwith no host now prints a clear usage error. It used to
report a misleadingSSH bootstrap failed: no connect line from remote noisshd
— but it had never tried to bootstrap; there was simply no host to connect to.
It now printsnoissh: no host given, a one-line usage summary, and a pointer
to--help, and exits with status 2.
Still 100% safe Rust (#![forbid(unsafe_code)]), clippy-clean, 180 tests.
Install
curl -fsSL https://raw.githubusercontent.com/gedigi/noissh/main/install.sh | shVerify a download: shasum -a 256 -c noissh-<target>.tar.gz.sha256 and
gh attestation verify noissh-<target>.tar.gz --repo gedigi/noissh.
Pre-release software — not yet independently audited.