Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EGit/New and Noteworthy/6.7

< EGit‎ | New and Noteworthy
Revision as of 12:56, 22 July 2023 by Twolf.apache.org (Talk | contribs) (Initial content, with mention of PKCS#11 support.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

EGit

Features

SSH Connections support PKCS#11 Hardware Security Modules

JGit 6.7.0 has added support for using PKCS#11 Hardware Security Modules for SSH public-key authentication. EGit transparently inherits this feature. All configuration is via the ~/.ssh/config SSH configuration file; there is no UI. Please see the new features in JGit for hints on how to configure this.

EGit will prompt for the HSM token's PIN upon first use, and subsequently only when required by the HSM, as long as the application using EGit runs. After a restart of the application, or when the HSM device is removed or re-inserted, it may prompt again.

Other Changes

The complete list of new features and bug fixes is available in the release notes.

Contributors

The following X developers worked on this release:

<TBD: list of contributors, number>

See Also

See also the new features in JGit for additional information.

Back to the top