✨ Release Highlights
Netcatty v1.1.68 is deliberately a bug-fix release. It does not ship new features. Instead, it focuses on three concrete reliability issues affecting Windows Mosh reconnects, SSH secondary authentication, and System Manager actions.
📡 Reliable Windows Mosh reconnects
Mosh sessions on Windows can reconnect cleanly again. Netcatty now waits for the previous session to close before starting its replacement and correctly reads startup output that contains Windows console control sequences, preventing false “no MOSH CONNECT” failures even when the remote server started successfully.
🔐 SSH secondary authentication recovery
Some servers stop advertising keyboard-interactive authentication after rejecting the first password attempt, which previously prevented the secondary-password prompt from appearing. Netcatty now detects that behavior and retries once through the correct authentication path, while preserving the normal password-first flow for other servers.
🧰 System Manager dialogs keep focus on Windows
Confirmation dialogs for process, tmux, and Docker actions no longer leave the Netcatty window unable to accept keyboard input on Windows. Confirming or cancelling an action now keeps search fields and other controls responsive.
Download based on your OS:
| OS | Download |
|---|---|
| Windows | |
| macOS | |
| Linux |
What's Changed
- Update Nix release metadata for v1.1.67 by @binaricat in #2239
- fix(ui): replace native confirms in system manager panels by @binaricat in #2248
- fix(ssh): retry keyboard-interactive when password removes KI by @myderr in #2249
- fix(mosh): restore Windows reconnect startup by @binaricat in #2241
Full Changelog: v1.1.67...v1.1.68