update jsch please!
See original GitHub issueThe latest version of Jsch is 0.1.46, and you are using a version that is 2 years old at least 0.1.31
$ find . -name "*.scala" -exec grep -i jsch {} \; -print
/** sbt interface for an Ivy ssh-based repository (ssh and sftp). Requires the Jsch library.. */
./ivy/IvyInterface.scala
lazy val ivySub = baseProject(file("ivy"), "Ivy") dependsOn(interfaceSub, launchInterfaceSub, logSub % "compile;test->test", ioSub % "compile;test->test", launchSub % "test->test") settings(ivy, jsch, httpclient)
./project/Sbt.scala
lazy val jsch = lib("com.jcraft" % "jsch" % "0.1.31" intransitive() )
./project/Util.scala
A lot of bugs have been fixed in cryptography in the last two years! It took me 5 hours to work out what the problem was when I could not publish my files to my local repository. I was getting IOExceptions with a message “Algorithm negotiation fail” and this was my first time trying to publish, so it was a long and tedious path to find where the errors came from.
Issue Analytics
- State:
- Created 12 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to Update jsch.jar - Talend Community
I ve found the solution - upgrade jsch-0.1.51 to jsch-0.1.54. ... Could you please try to rename your new .jar file with the...
Read more >JSch - Java Secure Channel - JCraft, Inc.
JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding,...
Read more >1400692 – Update Jsch to 1.54 - Red Hat Bugzilla
Description of problem: Agent remote installer functionality depends on the default ciphers used in 1.51 and earlier, which results in the key exchange ......
Read more >JSch Latest version - java - Stack Overflow
The section "Changes since version 0.1.52" actually describes, what is new in JSch 0.1.53. Definitely use the JSch 0.1.53.
Read more >Mirth is not using the updated version of jsch
Hi everyone, please check out our new discussion forum located in our ... I am trying to connect via sFTP in Mirth and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The sbt tool is literally broken out of the box when following tutorials and trying to use the “sbt new” command. This is the experience all new scala developers are facing or even those casually copying tutorials:
I don’t want to sound to rude to people I’ve never spoken to, but I cannot stress what a serious bug this is and how it’s potentially hurting Scala’s adoption.
thanks. I’ll send you feedback here as soon as I get around to it again, which should be soon.