hyee / dbcli

Windows/Linux/OSX/MSYS command line utility for Oracle/MySQL/PostgreSQL
MIT License
59 stars 16 forks source link

SSH issue #4

Closed anjuls closed 5 years ago

anjuls commented 9 years ago

Hi Hyee, when connecting through SSH, i am getting below error. Any pointers? thanks, Anjul

java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 2048 (inclusive)

hyee commented 9 years ago

Hi anjuls,

I've recurred the issue by accessing Solaris server with JRE 1.8, and found the reason with this link: http://stackoverflow.com/questions/9162249/java-ssl-exception-prime-size-must-be-a-multiple-of-64

You may override lib\jsch-0.1.53.jar with the version that I just uploaded and check if the issue still exists.

I will also send an email to the author of JSch and see if he can provide the offical fix. Thanks.

anjuls commented 9 years ago

Thanks Hyee, It is working on Solaris now.