Skip to content

Noden 1.3.3

Choose a tag to compare

@cetus cetus released this 13 Aug 12:11
· 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.3 for macOS · also on the Mac App Store

New in 1.3.3

  • Older switches and appliances now connect. Network devices that only offer legacy SSH algorithms — diffie-hellman-group14-sha1 key exchange, ssh-rsa host keys, aes128/192/256-ctr ciphers with HMAC-SHA-1/SHA-256/SHA-512 — can now be reached from Noden. Modern servers keep using curve25519, Ed25519 and AES-GCM: the older algorithms are offered last and only chosen when a device has nothing else.
  • Connection errors say what actually went wrong. A failed connection used to show an internal code such as "ChannelError error 9". Noden now reports the real cause — an algorithm mismatch, a refused port, a timeout — in your own language.
  • Report a problem from the terminal. Right-click and choose Report a Problem. If the connection failed, the error text and a technical summary of the session (protocol, port, authentication method) are filled in for you. The server address, username and connection name are never included.
  • See exactly what is sent. The feedback window can now show the precise request body before you send it, so you can check every field yourself.