summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* sshd: fix IdentiesOnly if SSH agent is enabled and has keysThomas Wolf2024-05-131-6/+7
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-292-4/+3
* [ssh] Implement the "Ciphers" SSH configThomas Wolf2024-03-091-4/+58
* Support public key in IdentityFileKonrad Windszus2024-02-221-14/+45
* [errorprone] Suppress ByteBufferBackingArrayMatthias Sohn2023-09-251-0/+1
* [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* Fix errorprone warning about precedenceHan-Wen Nienhuys2023-08-011-1/+1
* ssh: PKCS#11 supportThomas Wolf2023-07-176-25/+839
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-163-9/+6
* Switch to Apache MINA sshd 2.10.0Thomas Wolf2023-05-163-100/+0
* [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-018-44/+460
* 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-222-4/+4
* ssh: use a single SecureRandom instance for hashing hostnamesThomas Wolf2021-11-151-1/+6
* [sshd agent] Introduce ConnectorDescriptorThomas Wolf2021-11-101-8/+18
* sshd: add support for ssh-agentThomas Wolf2021-11-031-1/+48
* sshd: prepare for using an SSH agentThomas Wolf2021-11-035-0/+403
* [releng] bazel: Enable errorprone on o.e.j.ssh.apacheThomas Wolf2021-11-036-9/+27
* 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-161-9/+16
* [sshd] Distinguish key type and signature algorithm for host keyThomas Wolf2021-07-161-0/+6
* [sshd] Implement SSH config KexAlgorithmsThomas Wolf2021-07-165-35/+235
* Update target platform to I20210626190330Thomas Wolf2021-07-064-428/+6
* [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-013-15/+272
* sshd: try all configured signature algorithms for a keyThomas Wolf2021-03-192-0/+168
* sshd: implement ssh config PubkeyAcceptedAlgorithmsThomas Wolf2021-03-193-39/+89
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-047-180/+33
* [spotbugs] Fix potential NPE in OpenSshServerKeyDatabaseMatthias Sohn2020-12-221-1/+4
* 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-262-3/+31
* sshd: support the ProxyJump ssh configThomas Wolf2020-09-192-13/+42
* sshd: work around a race condition in Apache MINA sshd 2.4.0/2.5.xThomas Wolf2020-08-102-0/+135
* sshd: store per-session data on the sshd session objectThomas Wolf2020-08-094-86/+216
* Builder API to configure SshdSessionFactoriesThomas Wolf2020-05-231-42/+16
* Log stack trace if CachingKeyPairProvider hits unexpected exceptionMatthias Sohn2020-05-201-1/+1
* Update to org.apache.sshd 2.4.0Thomas Wolf2020-03-223-20/+19