]> source.dussan.org Git - jgit.git/commit
sshd: simplify OpenSshServerKeyVerifier 71/144571/4
authorThomas Wolf <thomas.wolf@paranor.ch>
Thu, 20 Jun 2019 17:41:33 +0000 (19:41 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 30 Aug 2019 11:32:11 +0000 (13:32 +0200)
commit4e8d5d4c6303bee3f26e96a88f366c0ab6c33dfc
tree6b59a790ed03caeced6791f96ead98c38b4e2884
parentbbf76b95a06f4394541bc857dd2e9257da353b7c
sshd: simplify OpenSshServerKeyVerifier

Reduce the dependency on the ClientSession in preparation to
remove it altogether. Remove the internal helper, re-implement
the needed bits. We have not implemented any configuration
possibility in JGit for creating hashed host names in known hosts
files, so we don't need the sshd code that theoretically would
enable this.

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