Four days after the release of OpenSSH 10.1, a maintenance release of OpenSSH 10.2, an open-source client and server implementation for SSH 2.0 and SFTP, was published. The new version contains only bug fixes:
- The ssh utility has resolved an issue with handling terminal parameters that prevented the use of an SSH session when ControlPersist was enabled.
- The ssh-keygen utility has fixed an issue with loading keys from PKCS#11 tokens.
- In ssh-keygen, an issue with digital signature generation operations when storing the certificate authority key in ssh-agent has been resolved.
- Added support for platforms without mmap, such as WASM.
- Fixed issues with building on FreeBSD and MacOS <10.12.
- Stopped using PAM_RHOST if the external host is marked as "UNKNOWN" (set for connections not via IPv4 and IPv6), which could potentially lead to a hang when using some PAM modules.
Source: opennet.ru
