OpenSSH 9.3 Released (UPDATED)
-
OpenSSH 9.3 was released on 2023-03-15.
This release contains fixes for a security problem and a memory safety problem. The memory safety problem is not believed to be exploitable, but we report most network-reachable memory faults as security bugs.
-
Announce: OpenSSH 9.3 released
New features
* ssh-keygen(1), ssh-keyscan(1): accept -Ohashalg=sha1|sha256 when outputting SSHFP fingerprints to allow algorithm selection. bz3493
* sshd(8): add a `sshd -G` option that parses and prints the effective configuration without attempting to load private keys and perform other checks. This allows usage of the option before keys have been generated and for configuration evaluation and verification by unprivileged users.
UPDATE
-
OpenSSH 9.3 released [LWN.net]
OpenSSH 9.3 has been released. It includes a couple of security fixes, as well as adding an option for hash-algorithm selection to ssh-keygen and an option that allows configuration checking without actually loading any private keys.
Another update (OpenBSD):
-
OpenSSH 9.3/9.3p1 released
On 2023-03-15, the release of version 9.3 of OpenSSH was announced: [...]