]> source.dussan.org Git - jgit.git/commit
ssh: Handle "ProxyJump none" from SSH config file 15/187715/2
authorThomas Wolf <thomas.wolf@paranor.ch>
Sat, 13 Nov 2021 17:10:13 +0000 (18:10 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 15 Nov 2021 21:26:20 +0000 (22:26 +0100)
commit057f1d9123f43aceecf413acc5e759e4a97dc8e4
treeb03299110e190dd720cadb7111615fcd15ec092c
parent180bc67e28f333a8b23413a0789b6563c3a5b9de
ssh: Handle "ProxyJump none" from SSH config file

Since OpenSSH 7.8, the ProxyJump directive accepts the value "none"[1]
to override and clear a setting that might otherwise be contributed by
another (wildcard) host entry.

[1] https://bugzilla.mindrot.org/show_bug.cgi?id=2869

Change-Id: Ia35e82c6f8c58d5c6b8040cda7a07b220f43fc21
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.ssh.apache.test/tst/org/eclipse/jgit/transport/sshd/ApacheSshTest.java
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/transport/sshd/SshdSession.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java