OpenSSH 10.5/10.5p1
- Security
- Open Source
- Infrastructure
- Developer Tools
OpenSSH 10.5/10.5p1 is a new release of the standard SSH client and server used across Unix-like systems for remote login and file transfer. The release notes include normal fixes and compatibility work, but two items pulled attention. One is a new `ssh -Z user@host` mode that prints the public keys the client will attempt for authentication, in order. The other is a policy note saying the project has been getting many security reports found by AI tools or with AI help, and that it welcomes those reports when they come with real human analysis, test cases, and ideally fixes. The note also says the team will ship more often so confirmed bugfixes reach users faster instead of waiting for the next planned release.
If you run lots of SSH keys or support developers who do, upgrade for `ssh -Z` alone because it makes a common auth debugging chore much faster. More broadly, expect core infrastructure projects to accept AI-assisted bug finding even while staying wary of AI-generated code, especially where unreported vulnerabilities are the bigger risk.
-
openssh.org
- Discuss on HN