summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org
Commit message (Expand)AuthorAgeFilesLines
* Ensure home directory not null before using in SshdsessionfactoryMinh Thai2023-09-061-4/+6
* Fix errorprone warning about precedenceHan-Wen Nienhuys2023-08-011-1/+1
* ssh: PKCS#11 supportThomas Wolf2023-07-177-28/+844
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-167-10/+12
* Switch to Apache MINA sshd 2.10.0Thomas Wolf2023-05-165-115/+19
* [sshd] Fix calculation of timeout in AbstractClientProxyConnectorStephan Wahlbrink2023-03-061-13/+10
* Update Apache Mina SSHD to 2.9.2Thomas Wolf2022-11-181-11/+0
* [sshd] Guard against numerical overflowThomas Wolf2022-10-011-2/+2
* [sshd] Correct signature for RSA keys from an SSH agentThomas Wolf2022-06-231-6/+11
* [sshd] Better user feedback on authentication failureThomas Wolf2022-05-0110-60/+496
* sshd: support the ConnectTimeout ssh configThomas Wolf2022-01-301-1/+6
* sshd: Skip unknown keys from the SSH agentThomas Wolf2022-01-302-6/+54
* sshd: support the AddKeysToAgent ssh configThomas Wolf2022-01-303-22/+370
* sshd: Connector for the Win32-OpenSSH SSH agentThomas Wolf2022-01-301-3/+10
* sshd: handle IdentitiesOnly with an SSH agentThomas Wolf2022-01-302-32/+137
* sshd: support IdentityAgent configThomas Wolf2022-01-301-7/+15
* Switch to Apache MINA sshd 2.8.0Thomas Wolf2022-01-073-21/+6
* sshd: backport upstream fix for SSHD-1231Thomas Wolf2022-01-061-0/+14
* Javadoc fixesThomas Wolf2021-11-223-7/+7
* ssh: Handle "ProxyJump none" from SSH config fileThomas Wolf2021-11-151-1/+2
* ssh: use a single SecureRandom instance for hashing hostnamesThomas Wolf2021-11-151-1/+6
* [sshd agent] Introduce ConnectorDescriptorThomas Wolf2021-11-103-12/+136
* Simplify SshdFtpChannelThomas Wolf2021-11-041-56/+30
* sshd: add support for ssh-agentThomas Wolf2021-11-035-6/+72
* sshd: prepare for using an SSH agentThomas Wolf2021-11-0310-3/+711
* [releng] bazel: Enable errorprone on o.e.j.ssh.apacheThomas Wolf2021-11-036-9/+27
* [doc] Add README and package-info to the SSH bundlesThomas Wolf2021-10-311-0/+6
* Remove redundant type argumentsThomas Wolf2021-09-301-2/+2
* [sshd] Minor code clean-upThomas Wolf2021-07-211-33/+19
* [sshd] Ignore revoked keys in OpenSshServerKeyDatabase.lookup()Thomas Wolf2021-07-162-11/+18
* [sshd] Distinguish key type and signature algorithm for host keyThomas Wolf2021-07-161-0/+6
* [sshd] Implement SSH config KexAlgorithmsThomas Wolf2021-07-166-37/+237
* Update target platform to I20210626190330Thomas Wolf2021-07-065-432/+8
* [sshd] Log the full KEX negotiation resultThomas Wolf2021-06-191-0/+19
* ssh: ensure list is modifiable before using Iterator.remove().Thomas Wolf2021-04-141-2/+2
* sshd: don't lock the known_hosts files on readingThomas Wolf2021-04-012-22/+10
* sshd: implement server-sig-algs SSH extension (client side)Thomas Wolf2021-04-014-15/+274
* sshd: try all configured signature algorithms for a keyThomas Wolf2021-03-193-3/+171
* sshd: implement ssh config PubkeyAcceptedAlgorithmsThomas Wolf2021-03-193-39/+89
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-049-192/+80
* Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-4/+13
* [spotbugs] Fix potential NPE in OpenSshServerKeyDatabaseMatthias Sohn2020-12-221-1/+4
* 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
* Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn2020-09-261-46/+5
* sshd: better error report when user cancels authenticationThomas Wolf2020-09-264-15/+101
* sshd: support the ProxyJump ssh configThomas Wolf2020-09-194-34/+225
* SshdSession: close channel gracefullyThomas Wolf2020-09-051-1/+1
* Update javadoc for RemoteSession and SshSessionFactoryThomas Wolf2020-08-101-26/+16
* sshd: work around a race condition in Apache MINA sshd 2.4.0/2.5.xThomas Wolf2020-08-102-0/+135