You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 5.2, JGit can optionally use Apache MINA sshd as an alternative SSH session factory to JSch.
Benefits of the new SSH implementation are that more kinds of SSH keys work: ECDSA-384 and ECDSA-521 keys work, and ed25519 keys now also work! It also properly reads private key files generated by modern OpenSSH (or older OpenSSH ssh-keygen -o), if they are not password-protected. https://wiki.eclipse.org/JGit/New_and_Noteworthy/5.2
The text was updated successfully, but these errors were encountered:
Since 5.2, JGit can optionally use Apache MINA sshd as an alternative SSH session factory to JSch.
The text was updated successfully, but these errors were encountered: