jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature
Thomas Wolf 634302d2da sshd: add support for ssh-agent
Add a simple SSH agent connector using JNA. Include com.sum.jna and
com.sun.jna.platform in the target platform.

JNA is used to communicate through Unix domain sockets with ssh-agent,
and if on Windows, to communicate via shared memory with Pageant.

The new bundle o.e.j.ssh.apache.agent is an OSGi fragment so that
the java.util.ServiceLoader can find the provided factory without
further ado in OSGi environments.

Adapt both maven and bazel builds to include the new bundle.

Manually tested on OS X, CentOS 7, and Win10 with Pageant 0.76. Tested
by installing JGit built from this change into freshly downloaded
Eclipse 2021-12 M1, and then doing git fetches via SSH with different
~/.ssh/config settings (explicit IdentityFile, without any but a key in
the agent, with no keys and a key in the agent and IdentitiesOnly=yes
(must fail)).

Bug: 541274
Bug: 541275
Change-Id: I34e85467293707dbad1eb44d1f40fc2e70ba3622
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
2021-11-03 23:46:54 +01:00
..
.settings Fix Mylyn commit message template 2018-09-23 04:11:58 -04:00
.gitignore Add org.eclipse.jgit.pgm.feature to enable consumption via p2 2012-06-12 18:10:04 +02:00
.project Add org.eclipse.jgit.pgm.feature to enable consumption via p2 2012-06-12 18:10:04 +02:00
build.properties Add org.eclipse.jgit.pgm.feature to enable consumption via p2 2012-06-12 18:10:04 +02:00
edl-v10.html Add org.eclipse.jgit.pgm.feature to enable consumption via p2 2012-06-12 18:10:04 +02:00
feature.properties [releng] Update year in copyright notices for features 2020-02-28 09:53:17 +01:00
feature.xml Merge branch 'master' into next 2021-02-28 00:58:04 +01:00
license.html Update Eclipse SUA to latest 2.0 version 2019-09-24 12:16:13 +02:00
pom.xml sshd: add support for ssh-agent 2021-11-03 23:46:54 +01:00