maven-scm icon indicating copy to clipboard operation
maven-scm copied to clipboard

JGit: Support interaction with an SSH agent

Open kwin opened this issue 5 months ago • 0 comments

Affected version

2.1.0

Bug description

The bundle fragment https://github.com/eclipse-jgit/jgit/blob/master/org.eclipse.jgit.ssh.apache.agent provides support for communicating with an SSH agent. This should be included in the JGit provider to allow leveraging keys from SSH agents.

Unfortunately this has been introduced with JGit 6 (requiring Java 11): https://github.com/eclipse-jgit/jgit/commit/634302d2da74226cff9f78e121ad5b8216c476e6

kwin avatar Jul 30 '25 18:07 kwin