-
Notifications
You must be signed in to change notification settings - Fork 12
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 #36
base: master
Are you sure you want to change the base?
Conversation
I had to remove
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=520927
|
Ed25519 key still not working with an error popup "No more authentication methods available".
|
The reason is that the classloader
|
Move eddsa-0.3.0.jar to |
On Spoon, eddsa-0.3.0.jar needed to move to lib/. |
In summary, in order for Apache MINA sshd to work, I have to
To support Ed25519,
|
bcmail-jdk14-1.51.jar and bcprov-jdk14-1.51.jar at |
So bcprov-jdk14-1.XX.jar (tested 1.38 thru 1.64) causes an error "InvalidAlgorithmParameterException: parameter object not a ECParameterSpec". |
Related issue: https://osgeo-org.atlassian.net/browse/GEOS-7642 |
This PR will fix #35.