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.