Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Is jsch finally dead?

JGit has implemented alternative SSH client support (kudos to Thomas Wolf) in its
bundle org.eclipse.jgit.ssh.apache which uses the following 3rd party bundles:

org.apache.sshd.osgi 2.2.0.v20190425-2127 is an upstream artifact that combines sshd-common and sshd-core so it can be deployed in OSGi environments
org.apache.sshd.sftp 2.2.0.v20190425-2127 to support SFTP protocol
net.i2p.crypto.eddsa 0.3.0.v20181102-1323 to support ed25519 keys

Since 5.3.0 EGit uses Apache Mina sshd as the default ssh client.

Open enhancement requests regarding usage of Apache Mina sshd in JGit and EGit:
https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&classification=Technology&list_id=18764270&product=EGit&product=JGit&query_format=advanced&short_desc=mina%20sshd&short_desc_type=allwordssubstr

-Matthias

On Sat, Jun 8, 2019 at 12:12 PM Ed Merks <ed.merks@xxxxxxxxx> wrote:

The EGit folks have started using Apache MINA and now has an option in Team -> Git for SSH client to choose between Jsch and Apache MINA sshd.  I thought that it uses org.apache.mina.core which is available from Orbit, e.g.,

http://download.eclipse.org/tools/orbit/downloads/latest-R

But I'm not really sure now.  I can see they have org.eclipse.jgit.ssh.apache which depends on packages org.apache.sshd.* which come from a bundle called org.apache.sshd.core which has 'Apache MINA SSHD Core' as the name so it seems that's what's being used.

On 08.06.2019 11:05, Stefanos Kalantzis wrote:
Sorry about sending a new email, but I don't have the existing thread, and can't find the Message-ID anywhere. If someone still has it please reply to the old thread :)

The last message from December 2018 implied that there will be a new project as replacement of jsch.

Does anyone have further information on this? Was this attempt ever started?

Thanks,
-sK

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top