Skip to content

v0.4.13

Choose a tag to compare

@github-actions github-actions released this 25 Jun 07:16

noissh v0.4.13

A small UX fix.

Fixed

  • Running noissh with no host now prints a clear usage error. It used to
    report a misleading SSH 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 prints noissh: 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 | 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.