Open sratz opened 3 years ago
Cross-linking to the Gerrit Trigger issue: https://issues.jenkins.io/browse/JENKINS-67563.
Sure, Apache MINA is already used in test scope. Though it might cause some issues in runtime due to a core dependency on the same library.
I came across this today https://www.matez.de/index.php/2020/06/22/the-future-of-jsch-without-ssh-rsa/ and realized that ED25519 is implemented in https://github.com/mwiede/jsch - which should be a drop-in replacement ...
gerrit-events does not support ED25519 keys:
This is because the JSCH library does not.
Since JSCH seems not to be maintained anymore, it should be considered to switch to an alternative SSH library, e.g. Apache MINA.