]> source.dussan.org Git - jgit.git/commit
sshd: support the HashKnownHosts configuration 65/144665/7
authorThomas Wolf <thomas.wolf@paranor.ch>
Fri, 21 Jun 2019 20:39:19 +0000 (22:39 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Mon, 2 Sep 2019 19:30:27 +0000 (21:30 +0200)
commit2d34d0bd9c6e5bad80befd42b76d5658de8e0d4d
tree225681308b2dfbaa2b152ead24430ebe1f4d59cf
parent124fbbc33a05c177767c5f4233717765acb1ab4d
sshd: support the HashKnownHosts configuration

Add the constant, and implement hashing of known host names in
OpenSshServerKeyDatabase. Add a test verifying that the hashing
works.

Bug: 548492
Change-Id: Iabe82b666da627bd7f4d82519a366d166aa9ddd4
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.ssh.apache.test/META-INF/MANIFEST.MF
org.eclipse.jgit.ssh.apache.test/tst/org/eclipse/jgit/transport/sshd/ApacheSshTest.java
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/JGitServerKeyVerifier.java
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/OpenSshServerKeyDatabase.java
org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/transport/sshd/ServerKeyDatabase.java
org.eclipse.jgit.test/src/org/eclipse/jgit/transport/ssh/SshTestBase.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java