-
Notifications
You must be signed in to change notification settings - Fork 144
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
Size of ssh-rsa exception #607
Comments
Hi @Beban9999, That is a limitation of the JDK version you are using, not JSch. Thanks, |
Hi @norrisjeremy Thanks |
I built the package using Java 1.9 |
Hi @Beban9999, It's not a JSch issue. Go search Google for the phrase Thanks, |
Is this the problem of the JDK that I use to build the library or the JDK that I use in the application that is running it? |
Hi @Beban9999, It is an issue with the version of the JDK you are using to run you application. Thanks, |
com.jcraft.jsch.JSchException: Session.connect: java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 2048 (inclusive).
Is there a way to change acceptable key size?
Thanks in advance
The text was updated successfully, but these errors were encountered: