aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/transport/sshd/SshdSessionFactory.java
Commit message (Expand)AuthorAgeFilesLines
* ssh: add a factory for KeyPasswordProviderThomas Wolf2024-10-221-5/+17
* ssh: Remove redundant null check for home.getAbsoluteFile()Jonathan Nieder2023-09-111-1/+1
* Ensure home directory not null before using in SshdsessionfactoryMinh Thai2023-09-061-4/+6
* ssh: PKCS#11 supportThomas Wolf2023-07-171-3/+5
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+1
* Switch to Apache MINA sshd 2.10.0Thomas Wolf2023-05-161-2/+2
* [sshd] Better user feedback on authentication failureThomas Wolf2022-05-011-10/+9
* [sshd agent] Introduce ConnectorDescriptorThomas Wolf2021-11-101-2/+4
* sshd: add support for ssh-agentThomas Wolf2021-11-031-4/+13
* sshd: prepare for using an SSH agentThomas Wolf2021-11-031-1/+20
* [sshd] Implement SSH config KexAlgorithmsThomas Wolf2021-07-161-2/+2
* Update target platform to I20210626190330Thomas Wolf2021-07-061-4/+2
* sshd: implement server-sig-algs SSH extension (client side)Thomas Wolf2021-04-011-0/+2
* sshd: try all configured signature algorithms for a keyThomas Wolf2021-03-191-3/+3
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-041-0/+35
* sshd: better error report when user cancels authenticationThomas Wolf2020-09-261-1/+9
* sshd: support the ProxyJump ssh configThomas Wolf2020-09-191-0/+3
* sshd: store per-session data on the sshd session objectThomas Wolf2020-08-091-9/+9
* Decouple JSch from JGit CoreMatthias Sohn2020-06-011-0/+7
* Builder API to configure SshdSessionFactoriesThomas Wolf2020-05-231-5/+50
* Update to org.apache.sshd 2.4.0Thomas Wolf2020-03-221-3/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* sshd: configurable server key verificationThomas Wolf2019-09-021-17/+18
* sshd: allow setting a null ssh configThomas Wolf2019-08-301-2/+16
* Apache MINA sshd client: test reading encrypted ed25519 keysThomas Wolf2019-05-061-0/+6
* Apache MINA sshd client: adapt to sshd 2.2.0Thomas Wolf2019-05-061-12/+13
* SshdSessionFactory: generalize providing default keysThomas Wolf2019-01-221-8/+49
* Apache MINA sshd client: less aggressive key file name cachingThomas Wolf2019-01-051-5/+7
* Apache MINA sshd client: test & fix password authenticationThomas Wolf2018-11-171-8/+10
* Apache MINA sshd client: proxy supportThomas Wolf2018-11-171-7/+16
* Apache MINA sshd client: don't leak upstream classes and interfacesThomas Wolf2018-11-161-15/+43
* Apache MINA sshd client: add gssapi-with-mic authenticationThomas Wolf2018-11-131-3/+8
* Add ssh tests for PreferredAuthenticationsThomas Wolf2018-11-131-0/+19
* Apache MINA sshd clientThomas Wolf2018-11-131-0/+436