Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGit/New and Noteworthy/5.10"

(Start 5.10 N&N)
 
m
Line 3: Line 3:
 
== SSH ==
 
== SSH ==
  
The Apache MINA sshd client that is used by default now supports the [https://man.openbsd.org/ssh_config#ProxyJump ProxyJump] directive in the SSH configuration file <tt>~/ssh/config</tt>. This is useful to access git repositories behind a bastion server or jump host. The configuration must be done in the <tt>~/ssh/config</tt> SSH configuration file; there is no UI for this.
+
The Apache MINA sshd client that is used by default now supports the [https://man.openbsd.org/ssh_config#ProxyJump ProxyJump] directive in the SSH configuration file <tt>~/.ssh/config</tt>. This is useful to access git repositories behind a bastion server or jump host. The configuration must be done in the <tt>~/.ssh/config</tt> SSH configuration file; there is no UI for this.
  
 
== Other Changes ==
 
== Other Changes ==

Revision as of 16:42, 19 September 2020

EGit

SSH

The Apache MINA sshd client that is used by default now supports the ProxyJump directive in the SSH configuration file ~/.ssh/config. This is useful to access git repositories behind a bastion server or jump host. The configuration must be done in the ~/.ssh/config SSH configuration file; there is no UI for this.

Other Changes

EGit 5.10 includes some less noticeable improvements in the UI, plus a number of bug fixes. 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>

Back to the top