v0.4.10
noissh v0.4.10
A small ergonomics release: every binary now has proper --help and --version.
Highlights
-h/--helpand-V/--versionon all three binaries.noissh,
noisshd, andnoissh-keygennow print a usage summary or their version and
exit cleanly, instead of treating--helpas an unknown option.
(noissh --helppreviously fell through to a confusing SSH-bootstrap attempt.)
noissh's help documents the ssh-style positional command and every flag;
noisshd's documents standalone vs one-shot mode.
Still 100% safe Rust (#![forbid(unsafe_code)]), clippy-clean, 177 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.