Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Apache MINA sshd instead of JSch #35

Open
HiromuHota opened this issue Nov 24, 2019 · 0 comments · May be fixed by #36
Open

Use Apache MINA sshd instead of JSch #35

HiromuHota opened this issue Nov 24, 2019 · 0 comments · May be fixed by #36

Comments

@HiromuHota
Copy link
Owner

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

@HiromuHota HiromuHota linked a pull request Nov 24, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant