SSH Plugin issues - Keys don't work, etc

First, does the SSH Plugin support Subversion repos? With Git repos, we get the ssh clone options, etc. but not with SVN.

Second, I can’t seem to get SSH keys working. I created RSA, ECDSA and ED25519 keys and added them under Authorized Keys, but any attempt with keys fails, with only the following message logged:

WARN org.apache.sshd.server.session.ServerUserAuthService - handleUserAuthRequestMessage(ServerSessionImpl[null@/W.X.Y.Z:44678]) Failed (SshException) to authenticate using factory method=publickey: key spec not recognised: class net.i2p.crypto.eddsa.spec.EdDSAPublicKeySpec

I couldn’t find much on the error other than possibly adding more java modules.

This is on AlmaLinux 9.4, pretty much defaults. SELinux disabled.

Hey @doconeill , thanks for your report.

First, sorry, the ssh plugin only works for Git but neither SVN nor HG.

Second: We’re using 4096 bit RSA keys and have no issues, so at least these should work for you, too. It would be of great help if you could create an RSA key pair for us that does not work on your site (or maybe one for each type).