SSHTerm 1.9 is now available:
https://github.com/salass00/sshterm/releasesMain new features is that it now uses libssh2 1.10.0 and is built using AmiSSL 5.1 SDK so that it works with the latest AmiSSL version.
While testing I initially thought that I had somehow managed to break the RSA public key support (ED25519 was still working correctly) while moving to libssh2 1.10.0 from 1.9.0 and I wasted a lot of time trying to find what changes could be responsible, until I tried with the 1.8 version of SSHTerm and found it didn't work there either. Turns out that Ubuntu 22.04 LTS (I had recently updated to it from 20.04 LTS) no longer supports RSA public keys by default and you have to modify your /etc/ssh/sshd_config file to get them working.