Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-8559: Document how to enable SOCKS for SFTP #8565

Merged
merged 2 commits into from
Feb 28, 2023

Conversation

artembilan
Copy link
Member

Fixes #8559

An out-of-the-box SshClient does not provide a smooth HTTP/SOCKS proxy configuration.

  • Mention in the sftp.adoc that JGitSshClient, configured with SOCKS, can be injected into a DefaultSftpSessionFactory
  • Fix Javadocs for DefaultSftpSessionFactory, respectively

Fixes spring-projects#8559

An out-of-the-box `SshClient` does not provide a smooth HTTP/SOCKS proxy configuration.

* Mention in the `sftp.adoc` that `JGitSshClient`, configured with SOCKS,
can be injected into a `DefaultSftpSessionFactory`
* Fix Javadocs for `DefaultSftpSessionFactory`, respectively
Co-authored-by: Gary Russell <[email protected]>
@garyrussell garyrussell merged commit dfe45c7 into spring-projects:main Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP/SOCKS Proxy support through SFTP protocol has been removed
2 participants