]> source.dussan.org Git - jgit.git/commit
sshd: allow setting a null ssh config 72/144572/4
authorThomas Wolf <thomas.wolf@paranor.ch>
Thu, 20 Jun 2019 17:42:21 +0000 (19:42 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 30 Aug 2019 11:32:11 +0000 (13:32 +0200)
commit8c74a543155ceff5828bbc5c3c72366729ea23c5
tree3d3dec81238045aae6840b55cef6632b16e28557
parent4e8d5d4c6303bee3f26e96a88f366c0ab6c33dfc
sshd: allow setting a null ssh config

The same effect could already be obtained if the ~/.ssh/config file
did not exist. But that is more difficult to control by clients,
since JGit would pick up the config if it was then created. Therefore
allow specifying a null config explicitly to permanently switch off
config file handling.

Change-Id: Iedf8a7f4d5c1ca08e0a513ed28301d8e5261b22a
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/JGitSshConfig.java
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/transport/sshd/SshdSessionFactory.java