summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org
Commit message (Expand)AuthorAgeFilesLines
* SSH signing: implement a SignatureVerifierThomas Wolf2024-10-2312-1/+2106
* SSH signing: implement a SignerThomas Wolf2024-10-235-0/+753
* SSH signing: don't require a session in PasswordProviderWrapperThomas Wolf2024-10-221-3/+10
* ssh: add a factory for KeyPasswordProviderThomas Wolf2024-10-222-5/+86
* sshd: fix IdentiesOnly if SSH agent is enabled and has keysThomas Wolf2024-05-131-6/+7
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-293-6/+4
* [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
* 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
* 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