]> source.dussan.org Git - jgit.git/commit
sshd: support IdentityAgent config 72/189372/3
authorThomas Wolf <thomas.wolf@paranor.ch>
Sun, 26 Dec 2021 13:36:48 +0000 (14:36 +0100)
committerThomas Wolf <thomas.wolf@paranor.ch>
Sun, 30 Jan 2022 16:13:44 +0000 (17:13 +0100)
commit4efc6a396af3f5a112dc87e708d339b51f376c1d
tree4a1ee88092396f01bd68abd5fc7c63f0dba545e1
parentad098b3b85c58fffd65b7daee03363b1e71d456c
sshd: support IdentityAgent config

Handle the 'none' value, and change the value to select Pageant to
something that looks like an absolute UNC path name to avoid it's
handled as an relative path name.

Bug: 577053
Change-Id: I4ccf047abbc1def50e2782319e4fa7c744069401
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.ssh.apache.agent/src/org/eclipse/jgit/internal/transport/sshd/agent/connector/PageantConnector.java
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/agent/JGitSshAgentFactory.java
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/transport/ssh/OpenSshConfigFileTest.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/transport/ssh/OpenSshConfigFile.java