0.7.1
current2026-08-25
Equipment that refused to connect at all now connects, and SSH takes a private key.
- FixedSSH and file transfer failed with “No common key exchange algorithm” against anything offering ecdh-sha2-nistp256 or the SHA-1 exchanges — most enterprise network hardware and all older kit. Both now negotiate what equipment actually offers, modern algorithms first.
- AddedPrivate key authentication for SSH and file transfer. OpenSSH format — Ed25519, RSA, ECDSA — including encrypted keys, with any key already in ~/.ssh offered on the connection form. A saved key connection reconnects in one click.
- AddedCopy and Paste buttons on the SSH and serial terminals. The clipboard already worked three ways; none of them were discoverable, and Ctrl+C in a terminal interrupts the running command rather than copying.
- ChangedA PuTTY .ppk is now identified by content and reported with the PuTTYgen conversion steps, rather than failing as an unreadable file.
- FixedA saved key connection with no passphrase could never reconnect in one click, because an entry with nothing stored was treated as incomplete.