-
Notifications
You must be signed in to change notification settings - Fork 146
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
BouncyCastle NoSuchMethodError #77
Comments
Maybe only this config worked... There is also a second config-line, which doesn't work... So with this fix it will support old ssh connections.. But also the new ones? |
Hi @Fabio1988, What version of Bouncy Castle (bcprov-jdk15on) are you utilizing? Thanks, |
bcprov-jdk15on version 1.69 |
Hi @Fabio1988, Are you sure? The exception you posted seems to indicate that the class Thanks, |
Hi @norrisjeremy The exception is away after adding |
Hi @Fabio1988, What version of Java are you utilizing? Thanks, |
Java 8.. Will update this year to latest LTS 17 👍 |
Is it possible to use those minor updates PR with gradle build? not really I think?! :) |
I will quickly release changes of #70 since there are enough intergration tests which covers the functionality. |
Hi @Fabio1988, Can you confirm if the new 0.1.67 release fixes the Thanks, |
Thanks a lot, that fixed the Exception :) |
Hey, I switched from latest com.jcraft:jsch to your repo.
I read of the missing config for older servers but I receive a different error.
I use JSch inside Spring Application to provide SSH command executions. I tried #37 and #40, but those settings doesn't help. Any hint?
The text was updated successfully, but these errors were encountered: