aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/transport/sshd
Commit message (Expand)AuthorAgeFilesLines
* ssh: add a factory for KeyPasswordProviderThomas Wolf2024-10-222-5/+86
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+1
* 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-164-1/+6
* Switch to Apache MINA sshd 2.10.0Thomas Wolf2023-05-162-15/+19
* [sshd] Better user feedback on authentication failureThomas Wolf2022-05-012-16/+36
* sshd: support the ConnectTimeout ssh configThomas Wolf2022-01-301-1/+6
* Javadoc fixesThomas Wolf2021-11-221-3/+3
* ssh: Handle "ProxyJump none" from SSH config fileThomas Wolf2021-11-151-1/+2
* [sshd agent] Introduce ConnectorDescriptorThomas Wolf2021-11-102-4/+118
* Simplify SshdFtpChannelThomas Wolf2021-11-041-56/+30
* sshd: add support for ssh-agentThomas Wolf2021-11-034-5/+24
* sshd: prepare for using an SSH agentThomas Wolf2021-11-035-3/+308
* [doc] Add README and package-info to the SSH bundlesThomas Wolf2021-10-311-0/+6
* [sshd] Ignore revoked keys in OpenSshServerKeyDatabase.lookup()Thomas Wolf2021-07-161-2/+2
* [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-042-12/+47
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-4/+13
* Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-13/+4
* Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-4/+13
* sshd: better error report when user cancels authenticationThomas Wolf2020-09-262-12/+70
* sshd: support the ProxyJump ssh configThomas Wolf2020-09-192-21/+183
* SshdSession: close channel gracefullyThomas Wolf2020-09-051-1/+1
* Update javadoc for RemoteSession and SshSessionFactoryThomas Wolf2020-08-101-26/+16
* 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-232-5/+443
* 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-0411-418/+55
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* sshd: fix proxy connections with the DefaultProxyDataFactoryThomas Wolf2019-09-021-2/+2
* sshd: support the HashKnownHosts configurationThomas Wolf2019-09-021-0/+8
* sshd: configurable server key verificationThomas Wolf2019-09-022-17/+187
* 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
* Join catch sections using multicatchCarsten Hammer2019-04-131-4/+1
* 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
* Remove unnecessary modifiers from interfacesJonathan Nieder2018-11-201-1/+1
* Apache MINA sshd client: don't leak HostConfigEntryThomas Wolf2018-11-172-9/+2
* Apache MINA sshd client: test & fix password authenticationThomas Wolf2018-11-171-8/+10
* Apache MINA sshd client: proxy supportThomas Wolf2018-11-175-7/+327
* Apache MINA sshd client: don't leak upstream classes and interfacesThomas Wolf2018-11-165-350/+121
* Apache MINA sshd: use NumberOfPasswordPrompts for encrypted keysThomas Wolf2018-11-142-7/+308