aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/SshConstants.java
Commit message (Expand)AuthorAgeFilesLines
* ssh: PKCS#11 supportThomas Wolf2023-07-171-0/+19
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+2
* sshd: support the ConnectTimeout ssh configThomas Wolf2022-01-301-0/+9
* sshd: support the AddKeysToAgent ssh configThomas Wolf2022-01-301-0/+16
* sshd: handle "IdentityAgent SSH_AUTH_SOCK" in ssh configThomas Wolf2022-01-301-1/+9
* ssh: Handle "ProxyJump none" from SSH config fileThomas Wolf2021-11-151-1/+21
* Fix @since tag for introduction of PUBKEY_ACCEPTED_ALGORITHMSMatthias Sohn2021-05-141-1/+1
* sshd: implement ssh config PubkeyAcceptedAlgorithmsThomas Wolf2021-03-191-0/+8
* sshd: support the ProxyJump ssh configThomas Wolf2020-09-191-1/+29
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* sshd: support the HashKnownHosts configurationThomas Wolf2019-09-021-0/+7
* Include id_ed25519 in the known default identity filesThomas Wolf2018-12-021-1/+1
* Factor out a JSch-independent ssh config parserThomas Wolf2018-11-061-0/+202