aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal/transport/sshd/JGitSshClient.java
Commit message (Expand)AuthorAgeFilesLines
* ssh: PKCS#11 supportThomas Wolf2023-07-171-0/+26
* Switch to Apache MINA sshd 2.10.0Thomas Wolf2023-05-161-20/+0
* [sshd] Better user feedback on authentication failureThomas Wolf2022-05-011-1/+6
* sshd: prepare for using an SSH agentThomas Wolf2021-11-031-0/+20
* [releng] bazel: Enable errorprone on o.e.j.ssh.apacheThomas Wolf2021-11-031-1/+1
* Remove redundant type argumentsThomas Wolf2021-09-301-2/+2
* [sshd] Implement SSH config KexAlgorithmsThomas Wolf2021-07-161-19/+1
* sshd: implement ssh config PubkeyAcceptedAlgorithmsThomas Wolf2021-03-191-0/+18
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-041-5/+8
* sshd: support the ProxyJump ssh configThomas Wolf2020-09-191-13/+36
* sshd: store per-session data on the sshd session objectThomas Wolf2020-08-091-24/+44
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* sshd: fix proxy connections with the DefaultProxyDataFactoryThomas Wolf2019-09-021-0/+4
* Apache MINA sshd client: adapt to sshd 2.2.0Thomas Wolf2019-05-061-28/+29
* SshdSessionFactory: generalize providing default keysThomas Wolf2019-01-221-11/+10
* Apache MINA sshd client: don't leak HostConfigEntryThomas Wolf2018-11-171-8/+5
* Apache MINA sshd client: proxy supportThomas Wolf2018-11-171-1/+71
* Apache MINA sshd client: don't leak upstream classes and interfacesThomas Wolf2018-11-161-1/+0
* Apache MINA sshd: use NumberOfPasswordPrompts for encrypted keysThomas Wolf2018-11-141-0/+7
* Apache MINA sshd client: properly handle HostKeyAlgorithms configThomas Wolf2018-11-131-0/+8
* Apache MINA sshd client: respect NumberOfPasswordPromptsThomas Wolf2018-11-131-0/+21
* Add ssh tests for PreferredAuthenticationsThomas Wolf2018-11-131-0/+20
* Apache MINA sshd clientThomas Wolf2018-11-131-0/+320