summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/SshUnitTest.java
Commit message (Collapse)AuthorAgeFilesLines
* In SSH tests ignore an external SSH toolFlorian Zschocke2019-11-101-0/+55
| | | | | | | | | | | | | | The SshDaemonTest would fail under Windows. That is because JGit looks at the `GIT_SSH` environment variable. If it is set, the tool the variable is pointing to is used for the SSH connection. This is a problem when it is set to "Plink" under Windows, because Plink will not recognize the server key and will not find it in the registry, cached as a known host. Since a test can/should not add the key to the registry but simply wants to ignore it, but there is no way to tell Plink to do so, the tests would fail. This patch filters the `GIT_SSH` environment variable from JGit's `SystemReader`, so that the internal SSH client is used.
* Update SSHD dependency to version 1.2.0.Florian Zschocke2019-11-101-1/+15
|
* Update SSHD dependency to version 1.1.0.Florian Zschocke2019-11-101-4/+8
|
* Revert manual specification of ssh user auth factoriesJames Moger2015-10-051-8/+0
|
* Update to SSHD 1.0.0James Moger2015-09-181-6/+6
|
* Adding Kerberos5/GSS authentication to sshFabrice Bacchella2015-05-041-0/+8
| | | | Adding the possibility to define authentication method order for ssh
* Unit tests for ssh daemon and keys dispatcherJames Moger2014-04-101-0/+141