aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache.test/tst/org/eclipse/jgit
Commit message (Expand)AuthorAgeFilesLines
* SSH signing: implement a SignatureVerifierThomas Wolf2024-10-237-0/+812
* SSH signing: implement a SignerThomas Wolf2024-10-233-0/+284
* ApacheSshProtocol2Test: remove unnecessary castMatthias Sohn2024-10-011-2/+2
* [ssh] Implement the "Ciphers" SSH configThomas Wolf2024-03-091-0/+33
* [sshd] Better user feedback on authentication failureThomas Wolf2022-05-011-1/+73
* sshd: backport upstream fix for SSHD-1231Thomas Wolf2022-01-061-0/+26
* ssh: Handle "ProxyJump none" from SSH config fileThomas Wolf2021-11-151-0/+15
* sshd: add support for ssh-agentThomas Wolf2021-11-034-12/+29
* [sshd] Implement SSH config KexAlgorithmsThomas Wolf2021-07-161-0/+43
* sshd: try all configured signature algorithms for a keyThomas Wolf2021-03-191-0/+38
* sshd: implement ssh config PubkeyAcceptedAlgorithmsThomas Wolf2021-03-191-25/+83
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-041-4/+3
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-0/+56
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-24/+0
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-0/+24
* sshd: support the ProxyJump ssh configThomas Wolf2020-09-191-1/+397
* sshd: work around a race condition in Apache MINA sshd 2.4.0/2.5.xThomas Wolf2020-08-101-6/+12
* sshd: use PropertyResolver in testThomas Wolf2020-07-281-2/+3
* Rename a test methodThomas Wolf2020-07-041-1/+1
* Add a test for upstream bug SSHD-1028Thomas Wolf2020-07-031-0/+29
* Decouple JSch from JGit CoreMatthias Sohn2020-06-013-3/+3
* In-memory SSH keys for the "no files" sshd testsThomas Wolf2020-05-232-43/+21
* Builder API to configure SshdSessionFactoriesThomas Wolf2020-05-232-1/+163
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-043-114/+15
* sshd: support the HashKnownHosts configurationThomas Wolf2019-09-021-1/+52
* sshd: configurable server key verificationThomas Wolf2019-09-021-0/+221
* sshd: correct the protocol version exchangeThomas Wolf2019-07-151-4/+59
* Apache MINA sshd client: enable support for ed25519 keysThomas Wolf2018-12-021-0/+21
* Apache MINA sshd client: proxy supportThomas Wolf2018-11-172-1/+148
* Apache MINA sshd clientThomas Wolf2018-11-131-0/+83