Releases: Kurokesu/ssh-keyup
Releases · Kurokesu/ssh-keyup
Release list
v1.1.1
Stale config entry fix, cleanup hardening and lint modernization.
- Fix deploy resolving the typed host through a stale
HostNamewhen overwriting a managed entry (common after reflashing a device). The old block is now removed just before deploy (#6, #7) - Clean up the generated key pair when deploy or the config write fails partway
- Adopt ruff 0.16 default lint rules: modern type annotations, explicit subprocess
check, timezone-aware date stamp - Align
--helpexample descriptions into one column - Polish PyPI metadata and README: sharper summary, sidebar links, PATH tip for pip installs
v1.1.0
Positional arguments and entry management.
v1.0.0
First public release, now on PyPI: pip install ssh-keyup
- Interactive passwordless SSH setup: key generation, deployment and
~/.ssh/configentry in one session - Per-host Ed25519 keys, single SSH session deploy, one password prompt
- Host key mismatch detection and recovery
- Works on Windows and Linux, zero dependencies