hi all,
as it is unclear about the maintenance of jsch, I write a blog post about
the connection to the openssh changes in the future
http://www.matez.de/index.php/2020/06/22/the-future-of-jsch-without-ssh-rsa/
As long as I hear nothing back, I am releasing the jsch fork on
https://github.com/mw
We certainly hope Jsch has a long and healthy lifespan. We are using it
in a production
environment where it fills a very import role.
--
Jerry Nicholson
Mlink.com LLC
603.523.8398
___
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://l
Hey folks,
I'm wondering: is JSCH still being maintained? The latest release was
back in 2018. There are already couple of forks out there which
implement new features (such as support for rsa-sha2-512).
Thanks,
- Bram
___
JSch-users mailing list
JS
Atsuhiko Yamanaka writes:
>
>
> Could you try the following version?
> http://www.jcraft.com/jsch/jsch-0.1.51-rc1.zip
>
Hi Sean/Atsuhiko,
Did jsch-0.1.51-rc1 resolve this issue?
Do you know when 0.1.51 is targeted for release?
We just ran into this issue on jsch-0.1.50, java 1.7.0_40
---
Hi,
+-From: Sean LeBlanc --
|_Date: Wed, 17 Jul 2013 21:45:36 + (UTC) _
|
|I'm able to make this happen with trying to connect < 100,000 times.
...
Could you try the following version?
http://www.jcraft.com/jsch/jsch-0.1.51-rc1.zip
Sincerely,
--
Atsuhiko Yamanaka
JCraft
I'm able to make this happen with trying to connect < 100,000 times.
$ java -version
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b12)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
void test_verifyFailError() {
def user = "user"
d
Hi,
Am 7.6.2013 17:35, schrieb y...@jcraft.com:
> I'll try 500,000 connections.
> Could you try JSchTest.java on Java7u5 or the previous[1]?
> I want to know if that problem is related to the fixed one
> in the previous release.
Sure, I ran my tests again: I don't get any "verify: false" errors
Hi,
+-From: Eric Knauel
|_Date: Fri, 07 Jun 2013 16:28:44 +0200 __
|
|I'm using JSch in a system that uses lots of connections to a SFTP
|server to transfer large amounts of data. This worked well with Java 6,
|but occasionally SSH connect fails with "verify: false" on Ja
Hi,
I'm using JSch in a system that uses lots of connections to a SFTP
server to transfer large amounts of data. This worked well with Java 6,
but occasionally SSH connect fails with "verify: false" on Java 7. The
problem looks very much like the bug described in the release notes of
version