mbien commented on PR #7569: URL: https://github.com/apache/netbeans/pull/7569#issuecomment-2227003680
while testing I noticed that most modern key standards (outside of RSA) can't be used by NB git support modules. The reason for this seems to be that JGit [won't switch to the jsch fork](https://bugs.eclipse.org/bugs/show_bug.cgi?id=576605), so we are stuck with Jsch 1.72. The original project is unmaintainerd since [1.55](https://mvnrepository.com/artifact/com.jcraft/jsch). I might check how much work it would be to switch from jsch to apache mina, which has an [extensive set](https://github.com/apache/mina-sshd/blob/master/docs/standards.md) of supported algorithms and is also supported by jgit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
