aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.apache/src/org/eclipse/jgit/transport/sshd/SshdSession.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+1
* [sshd] Better user feedback on authentication failureThomas Wolf2022-05-011-6/+27
* sshd: support the ConnectTimeout ssh configThomas Wolf2022-01-301-1/+6
* ssh: Handle "ProxyJump none" from SSH config fileThomas Wolf2021-11-151-1/+2
* Simplify SshdFtpChannelThomas Wolf2021-11-041-56/+30
* Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513David Ostrovsky2021-02-041-12/+12
* 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: support the ProxyJump ssh configThomas Wolf2020-09-191-21/+180
* SshdSession: close channel gracefullyThomas Wolf2020-09-051-1/+1
* Update javadoc for RemoteSession and SshSessionFactoryThomas Wolf2020-08-101-26/+16
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* Join catch sections using multicatchCarsten Hammer2019-04-131-4/+1
* Apache MINA sshd clientThomas Wolf2018-11-131-0/+485