Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In SSH tests ignore an external SSH tool | Florian Zschocke | 2019-11-10 | 1 | -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 Zschocke | 2019-11-10 | 1 | -1/+15 |
| | |||||
* | Update SSHD dependency to version 1.1.0. | Florian Zschocke | 2019-11-10 | 1 | -4/+8 |
| | |||||
* | Revert manual specification of ssh user auth factories | James Moger | 2015-10-05 | 1 | -8/+0 |
| | |||||
* | Update to SSHD 1.0.0 | James Moger | 2015-09-18 | 1 | -6/+6 |
| | |||||
* | Adding Kerberos5/GSS authentication to ssh | Fabrice Bacchella | 2015-05-04 | 1 | -0/+8 |
| | | | | Adding the possibility to define authentication method order for ssh | ||||
* | Unit tests for ssh daemon and keys dispatcher | James Moger | 2014-04-10 | 1 | -0/+141 |