mbien opened a new issue, #7572: URL: https://github.com/apache/netbeans/issues/7572
### Body while [testing](https://github.com/apache/netbeans/pull/7569) 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](https://github.com/apache/netbeans/pull/7237#issuecomment-2036946862). The original project is unmaintained since [1.55](https://mvnrepository.com/artifact/com.jcraft/jsch). We could 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/ciphers/etc and is also supported by jgit. ### Committer - [X] I acknowledge that I am a maintainer/committer in the Apache NetBeans project. -- 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
