Skip to content

v0.4.10

Choose a tag to compare

@github-actions github-actions released this 23 Jun 08:54

noissh v0.4.10

A small ergonomics release: every binary now has proper --help and --version.

Highlights

  • -h/--help and -V/--version on all three binaries. noissh,
    noisshd, and noissh-keygen now print a usage summary or their version and
    exit cleanly, instead of treating --help as an unknown option.
    (noissh --help previously 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 | sh

Verify 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.