1.3
July 2026
serrv 1.3 verifies SFTP server identities the same way Terminal does, adds a new window to manage trusted servers, and makes startup and network checks more reliable.
SFTP host-key verification
- Verifies your server's identity. SFTP connections now check the server's identity the first time you connect, the same way Terminal/OpenSSH does — you're shown a fingerprint to compare against the one your hosting provider publishes, and serrv remembers it for future connections. If a trusted server's identity ever changes later, serrv warns you clearly instead of connecting silently, since that can (rarely) indicate someone intercepting the connection.
- New "Manage Trusted Hosts…" window. Available from the menu bar, it lists every server you've verified across all your sites in one place, shows which sites use each one, and lets you forget a server's key.
- Clearer login errors. An SFTP connection with a wrong password now shows "Login failed. Check your login credentials, or contact your hosting provider." instead of a raw technical error message.
More reliable
- The System Check now reliably detects when Network Routing was turned off by another tool, and offers a one-click Re-apply fix instead of possibly still showing it as active.
- When serrv offers to move itself to the Applications folder and you cancel the password prompt, it now simply continues from its current location instead of showing a "couldn't move itself" error.
- When launched from the Downloads folder, serrv no longer shows a keychain password prompt before the "move to Applications" dialog — the move offer now comes first, as intended.
Also in this release
- Updated bundled components (rclone, Node.js, Sparkle) to their latest versions for security and reliability.