Skip to content

Noden 1.3.6

Choose a tag to compare

@cetus cetus released this 13 Aug 15:39
· 3 commits to main since this release

Noden puts SSH, SFTP, RDP and serial in one native macOS window — plus a Touch ID password vault and an approve-first AI assistant. No Electron.

Download Noden 1.3.6 for macOS · also on the Mac App Store

New in 1.3.6

  • Fixed: smallest SSH packets were rejected. Noden required an incoming packet to be longer than one cipher block, so a 16-byte packet — the smallest the protocol allows, and one that older devices send routinely — failed with "the server sent a packet Noden couldn't read". Only the 4-byte length field is decrypted up front now, and the size check no longer excludes minimum-size packets.

Verified end to end against a simulator that reproduces the reported device exactly: diffie-hellman-group14-sha1 key exchange, ssh-rsa host key, aes256-ctr with hmac-sha2-256, and keyboard-interactive sign-in — key exchange, authentication, PTY and shell all complete.

Together with 1.3.3–1.3.5 this completes support for switches and appliances that only speak older SSH.